Interface ExtendedProcessRuntimeEvent<T extends ProcessInstance>
- All Superinterfaces:
ProcessRuntimeEvent<T>,org.activiti.api.model.shared.event.RuntimeEvent<T,,ProcessRuntimeEvent.ProcessEvents> Serializable
- All Known Subinterfaces:
ProcessStartedEvent
public interface ExtendedProcessRuntimeEvent<T extends ProcessInstance>
extends ProcessRuntimeEvent<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.activiti.api.process.model.events.ProcessRuntimeEvent
ProcessRuntimeEvent.ProcessEvents -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.activiti.api.model.shared.event.RuntimeEvent
getBusinessKey, getEntity, getEventType, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp
-
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.
-