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, transitionBeingTaken
businessKey, eventName, eventSource, id, listenerIndex, skipCustomListeners
cachedElContext
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, takeAll
getBusinessKey, getEventName, getEventSource, getId, getListenerIndex, invokeListener, isSkipCustomListeners, setBusinessKey, setEventName, setEventSource, setId, setListenerIndex, setSkipCustomListeners
collectVariableNames, 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, setVariablesLocal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBusinessKey, getCaseInstanceId
getBusinessKey, getEventName, getId
getVariable, 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, setVariablesLocal
getVariable, getVariables, hasVariable, setVariable
public 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()
PvmExecutionImpl
createExecution
in interface ActivityExecution
createExecution
in class PvmExecutionImpl
public ExecutionEntity createExecution(boolean initializeExecutionStartContext)
createExecution
in interface ActivityExecution
createExecution
in class PvmExecutionImpl
public ExecutionEntity createSubProcessInstance(PvmProcessDefinition processDefinition)
ActivityExecution
createSubProcessInstance
in interface ActivityExecution
createSubProcessInstance
in class PvmExecutionImpl
processDefinition
- The PvmProcessDefinition
of the subprocess.public ExecutionEntity createSubProcessInstance(PvmProcessDefinition processDefinition, String businessKey)
createSubProcessInstance
in interface ActivityExecution
createSubProcessInstance
in class PvmExecutionImpl
processDefinition
- 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 ActivityExecution
createSubProcessInstance
in class PvmExecutionImpl
processDefinition
- 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 PvmExecutionImpl
protected void initializeAssociations(ExecutionEntity execution)
public void startWithFormProperties(VariableMap properties)
public void destroy()
destroy
in class PvmExecutionImpl
protected void clearExecution()
public void cancelScope(String reason)
cancelScope
in interface ActivityExecution
cancelScope
in class PvmExecutionImpl
public <T extends CoreExecution> void performOperation(CoreAtomicOperation<T> operation)
performOperation
in class CoreExecution
public <T extends CoreExecution> void performOperationSync(CoreAtomicOperation<T> operation)
performOperationSync
in class CoreExecution
public 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 PvmExecutionImpl
public void inactivate()
ActivityExecution
inactivate
in interface ActivityExecution
inactivate
in class PvmExecutionImpl
public List<ExecutionEntity> getExecutions()
getExecutions
in interface ActivityExecution
getExecutions
in class PvmExecutionImpl
protected void ensureExecutionsInitialized()
protected boolean isExecutionTreePrefetchEnabled()
public void setExecutions(List<ExecutionEntity> executions)
public String getProcessBusinessKey()
DelegateExecution
getProcessBusinessKey
in interface DelegateExecution
getProcessBusinessKey
in class PvmExecutionImpl
public ProcessDefinitionImpl getProcessDefinition()
getProcessDefinition
in class PvmExecutionImpl
public void setProcessDefinitionId(String processDefinitionId)
public String getProcessDefinitionId()
ProcessInstance
getProcessDefinitionId
in interface DelegateExecution
getProcessDefinitionId
in interface ProcessInstance
protected void ensureProcessDefinitionInitialized()
public void setProcessDefinition(ProcessDefinitionImpl processDefinition)
setProcessDefinition
in class PvmExecutionImpl
public ExecutionEntity getProcessInstance()
getProcessInstance
in class PvmExecutionImpl
protected void ensureProcessInstanceInitialized()
public void setProcessInstance(PvmExecutionImpl processInstance)
setProcessInstance
in class PvmExecutionImpl
public boolean isProcessInstanceExecution()
ActivityExecution
isProcessInstanceExecution
in interface ActivityExecution
isProcessInstanceExecution
in class PvmExecutionImpl
public ActivityImpl getActivity()
getActivity
in interface ActivityExecution
getActivity
in interface PvmExecution
getActivity
in class PvmExecutionImpl
public String getActivityId()
getActivityId
in class PvmExecutionImpl
protected void ensureActivityInitialized()
public void setActivity(PvmActivity activity)
setActivity
in interface ActivityExecution
setActivity
in class PvmExecutionImpl
protected String generateActivityInstanceId(String activityId)
generateActivityInstanceId
in class PvmExecutionImpl
public ExecutionEntity getParent()
getParent
in interface ActivityExecution
getParent
in class PvmExecutionImpl
protected void ensureParentInitialized()
public void setParent(PvmExecutionImpl parent)
setParent
in class PvmExecutionImpl
public String getSuperExecutionId()
public ExecutionEntity getSuperExecution()
getSuperExecution
in class PvmExecutionImpl
public void setSuperExecution(PvmExecutionImpl superExecution)
setSuperExecution
in class PvmExecutionImpl
protected void ensureSuperExecutionInitialized()
public ExecutionEntity getSubProcessInstance()
getSubProcessInstance
in class PvmExecutionImpl
public void setSubProcessInstance(PvmExecutionImpl subProcessInstance)
setSubProcessInstance
in class PvmExecutionImpl
protected void ensureSubProcessInstanceInitialized()
public String getSuperCaseExecutionId()
public void setSuperCaseExecutionId(String superCaseExecutionId)
public CaseExecutionEntity getSuperCaseExecution()
getSuperCaseExecution
in class PvmExecutionImpl
public void setSuperCaseExecution(CmmnExecution superCaseExecution)
setSuperCaseExecution
in class PvmExecutionImpl
protected void ensureSuperCaseExecutionInitialized()
public void remove()
remove
in interface ActivityExecution
remove
in class PvmExecutionImpl
public void interruptScope(String reason)
ActivityExecution
interruptScope
in interface ActivityExecution
protected void removeEventSubscriptionsExceptCompensation()
public void removeEventSubscriptions()
public ExecutionEntity getReplacedBy()
getReplacedBy
in class PvmExecutionImpl
public void setReplacedBy(PvmExecutionImpl replacedBy)
setReplacedBy
in class PvmExecutionImpl
public void replace(PvmExecutionImpl execution)
replace
in class PvmExecutionImpl
protected void initializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance)
protected List<VariableInstanceEntity> loadVariableInstances()
protected boolean isAutoFireHistoryEvents()
public void fireHistoricVariableInstanceCreateEvents()
protected void ensureExecutionTreeInitialized()
public Object getPersistentState()
DbEntity
getPersistentState
in interface DbEntity
public void insert()
public void deleteCascade2(String deleteReason)
deleteCascade2
in class PvmExecutionImpl
public int getRevisionNext()
getRevisionNext
in interface HasDbRevision
public void forceUpdate()
public String toString()
toString
in class PvmExecutionImpl
protected String getToStringIdentity()
getToStringIdentity
in class PvmExecutionImpl
public 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 AbstractVariableScope
public void setCachedEntityState(int cachedEntityState)
public int getCachedEntityState()
public int getCachedEntityStateRaw()
public String getProcessInstanceId()
Execution
Execution.getId()
if this execution is the process instance.getProcessInstanceId
in interface DelegateExecution
getProcessInstanceId
in interface Execution
public void setProcessInstanceId(String processInstanceId)
public String getParentId()
DelegateExecution
getParentId
in interface DelegateExecution
getParentId
in class PvmExecutionImpl
public void setParentId(String parentId)
public int getRevision()
getRevision
in interface HasDbRevision
public void setRevision(int revision)
setRevision
in interface HasDbRevision
public void setActivityId(String activityId)
public void setSuperExecutionId(String superExecutionId)
public boolean hasReferenceTo(DbEntity entity)
hasReferenceTo
in interface HasDbReferences
public int getSuspensionState()
public void setSuspensionState(int suspensionState)
public boolean isSuspended()
Execution
isSuspended
in interface Execution
isSuspended
in interface ProcessInstance
public ProcessInstanceStartContext getProcessInstanceStartContext()
getProcessInstanceStartContext
in class PvmExecutionImpl
public String getCurrentActivityId()
DelegateExecution
getCurrentActivityId
in interface DelegateExecution
getCurrentActivityId
in class PvmExecutionImpl
public String getCurrentActivityName()
DelegateExecution
getCurrentActivityName
in interface DelegateExecution
getCurrentActivityName
in class PvmExecutionImpl
public FlowElement getBpmnModelElementInstance()
BpmnModelExecutionContext
Returns 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 BpmnModelExecutionContext
FlowElement
corresponding to the current Bpmn Model Elementpublic BpmnModelInstance getBpmnModelInstance()
BpmnModelExecutionContext
BpmnModelInstance
for the currently executed Bpmn ModelgetBpmnModelInstance
in interface BpmnModelExecutionContext
BpmnModelInstance
public ProcessEngineServices getProcessEngineServices()
ProcessEngineServicesAware
ProcessEngineServices
providing access to the
public API of the process engine.getProcessEngineServices
in interface ProcessEngineServicesAware
ProcessEngineServices
.Copyright © 2018. All rights reserved.