Interface ActivitiProcessStartedEvent
- All Superinterfaces:
ActivitiEntityEvent,ActivitiEntityWithVariablesEvent,ActivitiEvent
- All Known Implementing Classes:
ActivitiProcessStartedEventImpl
An
ActivitiEvent related to start event being sent when activiti process
instance is started.-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.activiti.engine.delegate.event.ActivitiEntityEvent
getActor, getEntity, getReasonMethods inherited from interface org.activiti.engine.delegate.event.ActivitiEntityWithVariablesEvent
getVariables, isLocalScopeMethods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
Method Details
-
getNestedProcessInstanceId
String getNestedProcessInstanceId()- Returns:
- the id of the process instance of the nested process that starts the current process instance, or null if the current process instance is not started into a nested process.
-
getNestedProcessDefinitionId
String getNestedProcessDefinitionId()- Returns:
- the id of the process definition of the nested process that starts the current process instance, or null if the current process instance is not started into a nested process.
-
getLinkedProcessInstanceId
String getLinkedProcessInstanceId()- Returns:
- the id of the linked process instance, or null if there is no linked process instance.
-
getLinkedProcessInstanceType
String getLinkedProcessInstanceType()- Returns:
- the type of the linked process instance, or null if there is no linked process instance.
-