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
An
ActivitiCancelledEvent implementation.-
Field Summary
FieldsFields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEntityWithVariablesEventImpl
localScope, variablesFields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
entityFields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
executionId, processDefinitionId, processInstanceId, type -
Constructor Summary
ConstructorsConstructorDescriptionActivitiProcessStartedEventImpl(Object entity, Map variables, boolean localScope) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEntityWithVariablesEventImpl
getVariables, isLocalScopeMethods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
getEntityMethods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getReason, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setReason, setType, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.activiti.engine.delegate.event.ActivitiEntityEvent
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
-
Field Details
-
nestedProcessInstanceId
-
nestedProcessDefinitionId
-
-
Constructor Details
-
ActivitiProcessStartedEventImpl
-
-
Method Details
-
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
- 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.
-