|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowProcessEntity | |
---|---|
com.ibm.itim.workflow.application | Provides classes that allow an external workflow application gain information about the workflow context. |
com.ibm.itim.workflow.model | Provides a model and an applications programming interface for the workflow engine. |
Uses of WorkflowProcessEntity in com.ibm.itim.workflow.application |
---|
Methods in com.ibm.itim.workflow.application that return WorkflowProcessEntity | |
---|---|
WorkflowProcessEntity |
WorkflowExecutionContext.getProcessEO()
Returns the process currently executing. |
Uses of WorkflowProcessEntity in com.ibm.itim.workflow.model |
---|
Methods in com.ibm.itim.workflow.model that return WorkflowProcessEntity | |
---|---|
WorkflowProcessEntity |
ProcessManager.createProcess(ProcessParticipant requester,
InitialProcessContext context)
Creates a process that satisfies the context provided. |
WorkflowProcessEntity |
ProcessManager.createProcess(ProcessParticipant requester,
java.lang.String type,
java.util.Date scheduledTime)
Creates a process of the given type. |
WorkflowProcessEntity |
ActivityEntity.getContainer()
Returns the containing process of the activity. |
WorkflowProcessEntity |
WorkflowProcessEntity.getParent()
Returns the parent process of this process (if any). |
WorkflowProcessEntity |
ProcessManager.getProcess(long id)
Returns the process with the given ID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |