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 java.lang.StringnestedProcessDefinitionIdprotected java.lang.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(java.lang.Object entity, java.util.Map variables, boolean localScope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNestedProcessDefinitionId()java.lang.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, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, 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
-
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 java.lang.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 java.lang.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.
-
-