|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfProcess | |
de.danet.an.workflow.api | This package defines the the workflow API provided by Danet's workflow component. |
de.danet.an.workflow.omgcore | This package defines the core domain of a workflow management system. |
Uses of WfProcess in de.danet.an.workflow.api |
Subinterfaces of WfProcess in de.danet.an.workflow.api | |
interface |
Process
Interface Process adds some functions to the
OMG process . |
Methods in de.danet.an.workflow.api with parameters of type WfProcess | |
void |
ProcessDirectory.removeProcess(WfProcess process)
Removes the given process. |
boolean |
DefaultRequester.isMemberOfPerformers(WfProcess wfProcess)
|
Channel |
WorkflowService.getChannel(WfProcess process,
java.lang.String channelName)
Return a named communication channel to the given process. |
Channel |
WorkflowService.getChannel(WfProcess process,
java.lang.String channelName,
boolean sendOnly)
Return a named communication channel to the given process. |
Uses of WfProcess in de.danet.an.workflow.omgcore |
Methods in de.danet.an.workflow.omgcore that return WfProcess | |
WfProcess |
WfProcessMgr.createProcess(WfRequester requester)
Create instances of a process and link its requester. |
WfProcess |
WfActivity.container()
Returns the WfProcess that this activity is a part of. |
Methods in de.danet.an.workflow.omgcore with parameters of type WfProcess | |
boolean |
WfRequester.isMemberOfPerformers(WfProcess member)
Check if the given process is among the performers of this requester. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |