Uses of Interface
de.danet.an.workflow.api.Process

Packages that use Process
de.danet.an.workflow.api This package defines the the workflow API provided by Danet's workflow component.  
 

Uses of Process in de.danet.an.workflow.api
 

Methods in de.danet.an.workflow.api that return Process
 Process ProcessDirectory.lookupProcess(java.lang.String processMgrName, java.lang.String processKey)
          This method finds the process identified by the given type and key.
 Process ProcessMgr.processByKey(java.lang.String key)
          Returns the Process with the given key.
 Process Channel.process()
          Return the process this channel belongs to.