public interface ProcessInstance extends ScopeActivityInstance
Modifier and Type | Method and Description |
---|---|
void |
addProcessInstanceState(ProcessInstanceStateUpdate state)
Update the process instance state list
|
List<ProcessInstanceStateUpdate> |
getProcessInstanceStateUpdate()
Returns the list of process instance states.
|
ProcessInstanceUUID |
getUUID()
Returns the UUID of the process instance.
|
getCompensationHandlerActivityUUID, getCorrelationSet, getEventInstanceUUIDs, getFaultHandlerActivityUUID, getPartnerLink, getScopeState, getTerminationHandlerActivityUUID, getVariables
getEnclosedActivityUUID
getDefinitionUUID, getLastException, getType
getEndedDate, getProcessDefinitionUUID, getProcessInstanceUUID, getStartedDate, getState
ProcessInstanceUUID getUUID()
getUUID
in interface ActivityInstance
List<ProcessInstanceStateUpdate> getProcessInstanceStateUpdate()
void addProcessInstanceState(ProcessInstanceStateUpdate state)
state
- the ProcessInstanceStateUpdate
objectCopyright © 2011 OW2 Consortium. All Rights Reserved.