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
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Stringprotected final Stringprotected final StringFields 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) ActivitiProcessStartedEventImpl(Object entity, Map variables, boolean localScope, String linkedProcessInstanceId, String linkedProcessInstanceType) Constructor with link attributes -
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
getActor, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getReason, getType, setActor, 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
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
-
Field Details
-
nestedProcessInstanceId
-
nestedProcessDefinitionId
-
linkedProcessInstanceId
-
linkedProcessInstanceType
-
-
Constructor Details
-
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.
-
getLinkedProcessInstanceId
- Specified by:
getLinkedProcessInstanceIdin interfaceActivitiProcessStartedEvent- Returns:
- the id of the linked process instance, or null if there is no linked process instance.
-
getLinkedProcessInstanceType
- Specified by:
getLinkedProcessInstanceTypein interfaceActivitiProcessStartedEvent- Returns:
- the type of the linked process instance, or null if there is no linked process instance.
-