public class ExecutionEntity extends PvmExecutionImpl implements Execution, ProcessInstance, DbEntity, HasDbRevision, HasDbReferences
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId
persisted reference to the current position in the diagram within the
PvmExecutionImpl.processDefinition. |
protected String |
activityName
The name of the current activity position
|
protected int |
cachedEntityState |
static int |
EVENT_SUBSCRIPTIONS_STATE_BIT |
protected List<EventSubscriptionEntity> |
eventSubscriptions |
protected List<ExecutionEntity> |
executions
nested executions representing scopes or concurrent paths
|
static int |
INCIDENT_STATE_BIT |
protected List<IncidentEntity> |
incidents |
protected List<JobEntity> |
jobs |
static int |
JOBS_STATE_BIT |
protected ExecutionEntity |
parent
the parent execution
|
protected String |
parentId
persisted reference to the parent of this execution.
|
protected String |
processDefinitionId
persisted reference to the processDefinition.
|
protected ExecutionEntity |
processInstance
the process instance.
|
protected String |
processInstanceId
persisted reference to the process instance.
|
protected ExecutionEntity |
replacedBy
when execution structure is pruned during a takeAll, then
the original execution has to be resolved to the replaced execution.
|
protected int |
revision |
protected boolean |
shouldQueryForSubprocessInstance |
static int |
SUB_PROCESS_INSTANCE_STATE_BIT |
protected ExecutionEntity |
subProcessInstance
reference to a subprocessinstance, not-null if currently subprocess is started from this execution
|
protected CaseExecutionEntity |
superCaseExecution
super case execution, not-null if this execution is part of a case execution
|
protected String |
superCaseExecutionId
persisted reference to the super case execution of this execution
|
protected ExecutionEntity |
superExecution
super execution, not-null if this execution is part of a subprocess
|
protected String |
superExecutionId
persisted reference to the super execution of this execution
|
protected int |
suspensionState |
protected List<TaskEntity> |
tasks |
static int |
TASKS_STATE_BIT |
static int |
VARIABLES_STATE_BIT |
protected ExecutionEntityVariableStore |
variableStore |
activity, activityInstanceId, activityInstanceState, caseInstanceId, deleteReason, deleteRoot, isActive, isConcurrent, isEnded, isEventScope, isScope, nextActivity, processDefinition, processInstanceStartContext, startContext, transition, transitionBeingTakenbusinessKey, eventName, eventSource, id, listenerIndex, skipCustomListenerscachedElContext| Constructor and Description |
|---|
ExecutionEntity() |
ExecutionEntity(ActivityImpl activityImpl) |
allExecutionsInSameActivity, collectActiveActivityIds, deleteCascade, deleteCascade, disposeExecutionStartContext, disposeProcessInstanceStartContext, end, endCompensation, enterActivityInstance, executeActivity, findActiveActivityIds, findExecution, findInactiveConcurrentExecutions, forceUpdateActivityInstance, getActivityInstanceId, getActivityInstanceState, getAllChildExecutions, getCaseInstanceId, getCurrentTransitionId, getDeleteReason, getExecutionStartContext, getNextActivity, getParentActivityInstanceId, getParentVariableScope, getScopeActivity, getTransition, getTransitionBeingTaken, getVariableScopeKey, hasConcurrentSiblings, isActive, isCanceled, isCompleteScope, isConcurrent, isDeleteRoot, isEnded, isEventScope, isScope, leaveActivityInstance, removeEventScopes, setActive, setActivityInstanceId, setCanceled, setCaseInstanceId, setCompleteScope, setConcurrent, setDeleteReason, setEventScope, setScope, setStartContext, setTransition, setTransitionBeingTaken, signal, start, start, take, takeAllgetBusinessKey, getEventName, getEventSource, getId, getListenerIndex, invokeListener, isSkipCustomListeners, setBusinessKey, setEventName, setEventSource, setId, setListenerIndex, setSkipCustomListenerscollectVariableNames, collectVariables, dispatchEvent, getCachedElContext, getSourceActivityVariableScope, getValueFromVariableInstance, getVariable, getVariable, getVariableInstance, getVariableInstanceLocal, getVariableInstancesLocal, getVariableLocal, getVariableLocal, getVariableLocalTyped, getVariableLocalTyped, getVariableNames, getVariableNamesLocal, getVariables, getVariablesLocal, getVariablesLocalTyped, getVariablesLocalTyped, getVariablesTyped, getVariablesTyped, getVariableTyped, getVariableTyped, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeVariable, removeVariable, removeVariableLocal, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setCachedElContext, setVariable, setVariable, setVariableLocal, setVariableLocal, setVariables, setVariablesLocalclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBusinessKey, getCaseInstanceIdgetBusinessKey, getEventName, getIdgetVariable, getVariableLocal, getVariableLocalTyped, getVariableLocalTyped, getVariableNames, getVariableNamesLocal, getVariables, getVariablesLocal, getVariablesLocalTyped, getVariablesLocalTyped, getVariablesTyped, getVariablesTyped, getVariableTyped, getVariableTyped, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setVariable, setVariableLocal, setVariables, setVariablesLocalgetVariable, getVariables, hasVariable, setVariablepublic static final int EVENT_SUBSCRIPTIONS_STATE_BIT
public static final int TASKS_STATE_BIT
public static final int JOBS_STATE_BIT
public static final int INCIDENT_STATE_BIT
public static final int VARIABLES_STATE_BIT
public static final int SUB_PROCESS_INSTANCE_STATE_BIT
protected transient ExecutionEntity processInstance
protected transient ExecutionEntity parent
protected transient List<ExecutionEntity> executions
protected transient ExecutionEntity superExecution
protected transient CaseExecutionEntity superCaseExecution
protected transient ExecutionEntity subProcessInstance
protected boolean shouldQueryForSubprocessInstance
protected transient List<EventSubscriptionEntity> eventSubscriptions
protected transient List<TaskEntity> tasks
protected transient List<IncidentEntity> incidents
protected int cachedEntityState
protected transient ExecutionEntityVariableStore variableStore
protected transient ExecutionEntity replacedBy
#takeAll(List, List)} {@link OutgoingExecution}protected int suspensionState
protected int revision
protected String processDefinitionId
protected String activityId
PvmExecutionImpl.processDefinition.PvmExecutionImpl.activity,
getActivity()protected String activityName
protected String processInstanceId
getProcessInstance()protected String parentId
getParent()protected String superExecutionId
#setSuperExecution(ExecutionEntity)protected String superCaseExecutionId
#setSuperCaseExecution(ExecutionEntity)public ExecutionEntity()
public ExecutionEntity(ActivityImpl activityImpl)
public ExecutionEntity createExecution()
PvmExecutionImplcreateExecution in interface ActivityExecutioncreateExecution in class PvmExecutionImplpublic ExecutionEntity createExecution(boolean initializeExecutionStartContext)
createExecution in interface ActivityExecutioncreateExecution in class PvmExecutionImplpublic ExecutionEntity createSubProcessInstance(PvmProcessDefinition processDefinition)
ActivityExecutioncreateSubProcessInstance in interface ActivityExecutioncreateSubProcessInstance in class PvmExecutionImplprocessDefinition - The PvmProcessDefinition of the subprocess.public ExecutionEntity createSubProcessInstance(PvmProcessDefinition processDefinition, String businessKey)
createSubProcessInstance in interface ActivityExecutioncreateSubProcessInstance in class PvmExecutionImplprocessDefinition - The PvmProcessDefinition of the subprocess.businessKey - the business key of the process instanceActivityExecution.createSubProcessInstance(PvmProcessDefinition)public ExecutionEntity createSubProcessInstance(PvmProcessDefinition processDefinition, String businessKey, String caseInstanceId)
createSubProcessInstance in interface ActivityExecutioncreateSubProcessInstance in class PvmExecutionImplprocessDefinition - The PvmProcessDefinition of the subprocess.businessKey - the business key of the process instancecaseInstanceId - the case instance id of the process instanceActivityExecution.createSubProcessInstance(PvmProcessDefinition)protected ExecutionEntity newExecution(ActivityImpl activity)
public void initialize()
initialize in class PvmExecutionImplprotected void initializeAssociations(ExecutionEntity execution)
public void startWithFormProperties(VariableMap properties)
public void destroy()
destroy in class PvmExecutionImplprotected void clearExecution()
public void cancelScope(String reason)
cancelScope in interface ActivityExecutioncancelScope in class PvmExecutionImplpublic <T extends CoreExecution> void performOperation(CoreAtomicOperation<T> operation)
performOperation in class CoreExecutionpublic <T extends CoreExecution> void performOperationSync(CoreAtomicOperation<T> operation)
performOperationSync in class CoreExecutionpublic void performOperation(AtomicOperation executionOperation)
public void performOperationSync(AtomicOperation executionOperation)
protected void ensureNotSuspended()
protected boolean requiresUnsuspendedExecution(AtomicOperation executionOperation)
protected void scheduleAtomicOperationAsync(AtomicOperation executionOperation)
public boolean isActive(String activityId)
isActive in class PvmExecutionImplpublic void inactivate()
ActivityExecutioninactivate in interface ActivityExecutioninactivate in class PvmExecutionImplpublic List<ExecutionEntity> getExecutions()
getExecutions in interface ActivityExecutiongetExecutions in class PvmExecutionImplprotected void ensureExecutionsInitialized()
protected boolean isExecutionTreePrefetchEnabled()
public void setExecutions(List<ExecutionEntity> executions)
public String getProcessBusinessKey()
DelegateExecutiongetProcessBusinessKey in interface DelegateExecutiongetProcessBusinessKey in class PvmExecutionImplpublic ProcessDefinitionImpl getProcessDefinition()
getProcessDefinition in class PvmExecutionImplpublic void setProcessDefinitionId(String processDefinitionId)
public String getProcessDefinitionId()
ProcessInstancegetProcessDefinitionId in interface DelegateExecutiongetProcessDefinitionId in interface ProcessInstanceprotected void ensureProcessDefinitionInitialized()
public void setProcessDefinition(ProcessDefinitionImpl processDefinition)
setProcessDefinition in class PvmExecutionImplpublic ExecutionEntity getProcessInstance()
getProcessInstance in class PvmExecutionImplprotected void ensureProcessInstanceInitialized()
public void setProcessInstance(PvmExecutionImpl processInstance)
setProcessInstance in class PvmExecutionImplpublic boolean isProcessInstanceExecution()
ActivityExecutionisProcessInstanceExecution in interface ActivityExecutionisProcessInstanceExecution in class PvmExecutionImplpublic ActivityImpl getActivity()
getActivity in interface ActivityExecutiongetActivity in interface PvmExecutiongetActivity in class PvmExecutionImplpublic String getActivityId()
getActivityId in class PvmExecutionImplprotected void ensureActivityInitialized()
public void setActivity(PvmActivity activity)
setActivity in interface ActivityExecutionsetActivity in class PvmExecutionImplprotected String generateActivityInstanceId(String activityId)
generateActivityInstanceId in class PvmExecutionImplpublic ExecutionEntity getParent()
getParent in interface ActivityExecutiongetParent in class PvmExecutionImplprotected void ensureParentInitialized()
public void setParent(PvmExecutionImpl parent)
setParent in class PvmExecutionImplpublic String getSuperExecutionId()
public ExecutionEntity getSuperExecution()
getSuperExecution in class PvmExecutionImplpublic void setSuperExecution(PvmExecutionImpl superExecution)
setSuperExecution in class PvmExecutionImplprotected void ensureSuperExecutionInitialized()
public ExecutionEntity getSubProcessInstance()
getSubProcessInstance in class PvmExecutionImplpublic void setSubProcessInstance(PvmExecutionImpl subProcessInstance)
setSubProcessInstance in class PvmExecutionImplprotected void ensureSubProcessInstanceInitialized()
public String getSuperCaseExecutionId()
public void setSuperCaseExecutionId(String superCaseExecutionId)
public CaseExecutionEntity getSuperCaseExecution()
getSuperCaseExecution in class PvmExecutionImplpublic void setSuperCaseExecution(CmmnExecution superCaseExecution)
setSuperCaseExecution in class PvmExecutionImplprotected void ensureSuperCaseExecutionInitialized()
public void remove()
remove in interface ActivityExecutionremove in class PvmExecutionImplpublic void interruptScope(String reason)
ActivityExecutioninterruptScope in interface ActivityExecutionprotected void removeEventSubscriptionsExceptCompensation()
public void removeEventSubscriptions()
public ExecutionEntity getReplacedBy()
getReplacedBy in class PvmExecutionImplpublic void setReplacedBy(PvmExecutionImpl replacedBy)
setReplacedBy in class PvmExecutionImplpublic void replace(PvmExecutionImpl execution)
replace in class PvmExecutionImplprotected void initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance)
protected List<VariableInstanceEntity> loadVariableInstances()
protected boolean isAutoFireHistoryEvents()
public void fireHistoricVariableInstanceCreateEvents()
protected void ensureExecutionTreeInitialized()
public Object getPersistentState()
DbEntitygetPersistentState in interface DbEntitypublic void insert()
public void deleteCascade2(String deleteReason)
deleteCascade2 in class PvmExecutionImplpublic int getRevisionNext()
getRevisionNext in interface HasDbRevisionpublic void forceUpdate()
public String toString()
toString in class PvmExecutionImplprotected String getToStringIdentity()
getToStringIdentity in class PvmExecutionImplpublic List<EventSubscriptionEntity> getEventSubscriptionsInternal()
public List<EventSubscriptionEntity> getEventSubscriptions()
public List<CompensateEventSubscriptionEntity> getCompensateEventSubscriptions()
public List<CompensateEventSubscriptionEntity> getCompensateEventSubscriptions(String activityId)
protected void ensureEventSubscriptionsInitialized()
public void addEventSubscription(EventSubscriptionEntity eventSubscriptionEntity)
public void removeEventSubscription(EventSubscriptionEntity eventSubscriptionEntity)
protected void ensureJobsInitialized()
public void addJob(JobEntity jobEntity)
public void removeJob(JobEntity job)
protected void ensureIncidentsInitialized()
protected List<IncidentEntity> getIncidentsInternal()
public List<IncidentEntity> getIncidents()
public void addIncident(IncidentEntity incident)
public void removeIncident(IncidentEntity incident)
public IncidentEntity getIncidentByCauseIncidentId(String causeIncidentId)
protected void ensureTasksInitialized()
protected List<TaskEntity> getTasksInternal()
public List<TaskEntity> getTasks()
public void addTask(TaskEntity taskEntity)
public void removeTask(TaskEntity task)
protected CoreVariableStore getVariableStore()
getVariableStore in class AbstractVariableScopepublic void setCachedEntityState(int cachedEntityState)
public int getCachedEntityState()
public int getCachedEntityStateRaw()
public String getProcessInstanceId()
ExecutionExecution.getId() if this execution is the process instance.getProcessInstanceId in interface DelegateExecutiongetProcessInstanceId in interface Executionpublic void setProcessInstanceId(String processInstanceId)
public String getParentId()
DelegateExecutiongetParentId in interface DelegateExecutiongetParentId in class PvmExecutionImplpublic void setParentId(String parentId)
public int getRevision()
getRevision in interface HasDbRevisionpublic void setRevision(int revision)
setRevision in interface HasDbRevisionpublic void setActivityId(String activityId)
public void setSuperExecutionId(String superExecutionId)
public boolean hasReferenceTo(DbEntity entity)
hasReferenceTo in interface HasDbReferencespublic int getSuspensionState()
public void setSuspensionState(int suspensionState)
public boolean isSuspended()
ExecutionisSuspended in interface ExecutionisSuspended in interface ProcessInstancepublic ProcessInstanceStartContext getProcessInstanceStartContext()
getProcessInstanceStartContext in class PvmExecutionImplpublic String getCurrentActivityId()
DelegateExecutiongetCurrentActivityId in interface DelegateExecutiongetCurrentActivityId in class PvmExecutionImplpublic String getCurrentActivityName()
DelegateExecutiongetCurrentActivityName in interface DelegateExecutiongetCurrentActivityName in class PvmExecutionImplpublic FlowElement getBpmnModelElementInstance()
BpmnModelExecutionContextReturns the currently executed Element in the BPMN Model. This method returns a FlowElement which may be casted
to the concrete type of the Bpmn Model Element currently executed.
If called from a Service ExecutionListener, the method will return the corresponding FlowNode
for ExecutionListener.EVENTNAME_START and ExecutionListener.EVENTNAME_END and the corresponding
SequenceFlow for ExecutionListener.EVENTNAME_TAKE.
getBpmnModelElementInstance in interface BpmnModelExecutionContextFlowElement corresponding to the current Bpmn Model Elementpublic BpmnModelInstance getBpmnModelInstance()
BpmnModelExecutionContextBpmnModelInstance for the currently executed Bpmn ModelgetBpmnModelInstance in interface BpmnModelExecutionContextBpmnModelInstancepublic ProcessEngineServices getProcessEngineServices()
ProcessEngineServicesAwareProcessEngineServices providing access to the
public API of the process engine.getProcessEngineServices in interface ProcessEngineServicesAwareProcessEngineServices.Copyright © 2018. All rights reserved.