|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessParticipant | |
---|---|
com.ibm.itim.workflow.model | Provides a model and an applications programming interface for the workflow engine. |
com.ibm.itim.workflow.model.type | Provides classes that give information about the type of a workflow. |
com.ibm.itim.workflow.query | Provides classes and interfaces to query the workflow engine. |
Uses of ProcessParticipant in com.ibm.itim.workflow.model |
---|
Methods in com.ibm.itim.workflow.model that return ProcessParticipant | |
---|---|
ProcessParticipant |
CreateProcessEventAudit.getParticipant()
Access method for the participant property. |
ProcessParticipant |
WorkflowProcess.getRequester()
Returns the requester of the process. |
Methods in com.ibm.itim.workflow.model with parameters of type ProcessParticipant | |
---|---|
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. |
void |
CreateProcessEventAudit.setParticipant(ProcessParticipant participant)
Sets the value of the participant property. |
void |
WorkflowProcess.setRequester(ProcessParticipant requester)
Changes the requester of the process. |
Constructors in com.ibm.itim.workflow.model with parameters of type ProcessParticipant | |
---|---|
CreateProcessEventAudit(ProcessParticipant participant)
|
Uses of ProcessParticipant in com.ibm.itim.workflow.model.type |
---|
Subclasses of ProcessParticipant in com.ibm.itim.workflow.model.type | |
---|---|
class |
WorkflowRequester
This class defines a workflow requester which initiated a workflow process. |
Uses of ProcessParticipant in com.ibm.itim.workflow.query |
---|
Constructors in com.ibm.itim.workflow.query with parameters of type ProcessParticipant | |
---|---|
RequesterQueryStatement(ProcessParticipant requester)
Constructs with a requester as its context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |