|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessInstance | |
---|---|
com.ibm.workflow.api |
Uses of ProcessInstance in com.ibm.workflow.api |
---|
Methods in com.ibm.workflow.api that return ProcessInstance | |
ProcessInstance |
ProcessTemplate.createInstance(java.lang.String instanceName,
java.lang.String reserved1,
java.lang.String reserved2,
boolean keepName)
This API call creates a process instance from the specified process template (action call). |
ProcessInstance |
ProcessTemplate.createAndStartInstance(java.lang.String instanceName,
java.lang.String reserved1,
java.lang.String reserved2,
boolean keepName)
This API call creates a process instance from the specified process template and starts the resulting process instance (action call). |
ProcessInstance |
ProcessTemplate.createAndStartInstance2(java.lang.String instanceName,
java.lang.String reserved1,
java.lang.String reserved2,
ReadWriteContainer input,
boolean keepName)
See createAndStartInstance; additionally allows to pass an input container. |
ProcessInstance |
ProcessTemplate.createAndStartInstance3(java.lang.String instanceName,
java.lang.String reserved1,
java.lang.String reserved2,
ReadWriteContainer inContainer,
boolean keepName,
java.lang.String processContext)
See createAndStartInstance; additionally allows to pass an input container and a process context. |
ProcessInstance |
ProcessTemplate.executeProcessInstance(ReadOnlyContainerHolder output,
java.lang.String instanceName,
java.lang.String reserved1,
java.lang.String reserved2,
boolean keepName)
|
ProcessInstance |
ProcessTemplate.executeProcessInstance2(ReadWriteContainer input,
ReadOnlyContainerHolder output,
java.lang.String instanceName,
java.lang.String reserved1,
java.lang.String reserved2,
boolean keepName)
|
ProcessInstance |
ProcessTemplate.executeProcessInstance3(ReadWriteContainer inContainer,
ReadOnlyContainerHolder output,
java.lang.String instanceName,
java.lang.String reserved1,
java.lang.String reserved2,
boolean keepName,
java.lang.String processContext)
See executeProcessInstance; additionally allows to pass an input container and a process context. |
ProcessInstance |
ExecutionService.persistentProcessInstance(java.lang.String oid)
Constructs a transient process instance object representing the persistent object identified by the passed object identification; does not contact the server. |
ProcessInstance[] |
ExecutionService.queryProcessInstances(java.lang.String filter,
java.lang.String sortCriteria,
java.lang.Integer threshold)
This API call retrieves the current process instances the user has access to from the MQ Workflow execution server (action call). |
ProcessInstance |
Item.processInstance()
This API call retrieves the process instance the item is a part of from the MQ Workflow execution server (action call). |
ProcessInstance |
ActivityInstance.subProcessInstance()
This API call retrieves the process instance which is implementing the activity instance from the MQ Workflow execution server (action call). |
ProcessInstance[] |
ProcessInstanceList.queryProcessInstances()
This API call retrieves the primary information for all process instances characterized by the specified process instance list from the MQ Workflow execution server (action call). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |