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 ActivitiEntityWithVariablesEventImpl
localScope, variablesFields inherited from class ActivitiEntityEventImpl
entityFields inherited from class 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 ActivitiEntityWithVariablesEventImpl
getVariables, isLocalScopeMethods inherited from class ActivitiEntityEventImpl
getEntityMethods inherited from class ActivitiEventImpl
getActor, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getReason, getType, setActor, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setReason, setType, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ActivitiEntityEvent
getActor, getEntity, getReasonMethods inherited from interface ActivitiEntityWithVariablesEvent
getVariables, isLocalScopeMethods inherited from interface ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
Field Details
-
nestedProcessInstanceId
-
nestedProcessDefinitionId
-
linkedProcessInstanceId
-
linkedProcessInstanceType
-
-
Constructor Details
-
ActivitiProcessStartedEventImpl
-
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.
-
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.
-