Class ActivitiProcessStartedEventImpl
- java.lang.Object
-
- org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
-
- org.activiti.engine.delegate.event.impl.ActivitiEntityWithVariablesEventImpl
-
- org.activiti.engine.delegate.event.impl.ActivitiProcessStartedEventImpl
-
- All Implemented Interfaces:
ActivitiEntityEvent,ActivitiEntityWithVariablesEvent,ActivitiEvent,ActivitiProcessStartedEvent
public class ActivitiProcessStartedEventImpl extends ActivitiEntityWithVariablesEventImpl implements ActivitiProcessStartedEvent
AnActivitiCancelledEventimplementation.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringnestedProcessDefinitionIdprotected StringnestedProcessInstanceId-
Fields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEntityWithVariablesEventImpl
localScope, variables
-
Fields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
entity
-
Fields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
executionId, processDefinitionId, processInstanceId, type
-
-
Constructor Summary
Constructors Constructor Description ActivitiProcessStartedEventImpl(Object entity, Map variables, boolean localScope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNestedProcessDefinitionId()StringgetNestedProcessInstanceId()-
Methods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEntityWithVariablesEventImpl
getVariables, isLocalScope
-
Methods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
getEntity
-
Methods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getReason, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setReason, setType, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiEntityEvent
getEntity, getReason
-
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiEntityWithVariablesEvent
getVariables, isLocalScope
-
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
-
-
-
Method Detail
-
getNestedProcessInstanceId
public String getNestedProcessInstanceId()
- Specified by:
getNestedProcessInstanceIdin interfaceActivitiProcessStartedEvent- 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
public String getNestedProcessDefinitionId()
- Specified by:
getNestedProcessDefinitionIdin interfaceActivitiProcessStartedEvent- 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.
-
-