Uses of Class
org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
Package
Description
-
Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.behavior
Modifier and TypeMethodDescriptionprotected void
StageActivityBehavior.terminateChild
(CmmnExecution child) -
Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.entity.repository
-
Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Modifier and TypeMethodDescriptionCaseSentryPartEntity.getSourceCaseExecution()
CaseExecutionEntity.getSuperCaseExecution()
Modifier and TypeMethodDescriptionvoid
CaseSentryPartEntity.setCaseExecution
(CmmnExecution caseExecution) void
CaseExecutionEntity.setCaseInstance
(CmmnExecution caseInstance) void
CaseSentryPartEntity.setCaseInstance
(CmmnExecution caseInstance) void
CaseExecutionEntity.setParent
(CmmnExecution parent) void
CaseSentryPartEntity.setSourceCaseExecution
(CmmnExecution sourceCaseExecution) void
CaseExecutionEntity.setSubCaseInstance
(CmmnExecution subCaseInstance) void
CaseExecutionEntity.setSuperCaseExecution
(CmmnExecution superCaseExecution) -
Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.execution
Modifier and TypeMethodDescriptionprotected abstract CmmnExecution
CmmnExecution.createCaseExecution
(CmmnActivity activity) abstract CmmnExecution
CmmnExecution.createSubCaseInstance
(CmmnCaseDefinition caseDefinition) abstract CmmnExecution
CmmnExecution.createSubCaseInstance
(CmmnCaseDefinition caseDefinition, String businessKey) CmmnExecution.findCaseExecution
(String activityId) CaseSentryPartImpl.getCaseExecution()
abstract CmmnExecution
CmmnSentryPart.getCaseExecution()
abstract CmmnExecution
CmmnExecution.getCaseInstance()
ensures initialization and returns the process instance.abstract CmmnExecution
CmmnSentryPart.getCaseInstance()
abstract CmmnExecution
CmmnExecution.getParent()
ensures initialization and returns the parentCaseSentryPartImpl.getSourceCaseExecution()
abstract CmmnExecution
CmmnSentryPart.getSourceCaseExecution()
Deprecated.since 7.4 A new instance of a sentry does not reference the source case execution id anymore.abstract CmmnExecution
CmmnExecution.getSubCaseInstance()
abstract CmmnExecution
CmmnExecution.getSuperCaseExecution()
protected abstract CmmnExecution
CmmnExecution.newCaseExecution()
Modifier and TypeMethodDescriptionCmmnActivityExecution.createChildExecutions
(List<CmmnActivity> activities) Creates new child case executions for each givenCmmnActivity
.CmmnExecution.createChildExecutions
(List<CmmnActivity> activities) List<? extends CmmnExecution>
CmmnActivityExecution.getCaseExecutions()
Returns aList
of child case executions.abstract List<? extends CmmnExecution>
CmmnExecution.getCaseExecutions()
protected abstract List<? extends CmmnExecution>
CmmnExecution.getCaseExecutionsInternal()
Modifier and TypeMethodDescriptionCmmnExecution.collectAffectedSentries
(CmmnExecution child, String transition) void
CmmnExecution.handleChildTransition
(CmmnExecution child, String transition) protected boolean
CmmnExecution.hasVariableWithSameNameInParent
(CmmnExecution execution, String variableName) void
CaseSentryPartImpl.setCaseExecution
(CmmnExecution caseExecution) abstract void
CmmnSentryPart.setCaseExecution
(CmmnExecution caseExecution) void
CaseExecutionImpl.setCaseInstance
(CmmnExecution caseInstance) void
CaseSentryPartImpl.setCaseInstance
(CmmnExecution caseInstance) abstract void
CmmnExecution.setCaseInstance
(CmmnExecution caseInstance) abstract void
CmmnSentryPart.setCaseInstance
(CmmnExecution caseInstance) void
CaseExecutionImpl.setParent
(CmmnExecution parent) abstract void
CmmnExecution.setParent
(CmmnExecution parent) void
CaseSentryPartImpl.setSourceCaseExecution
(CmmnExecution sourceCaseExecution) abstract void
CmmnSentryPart.setSourceCaseExecution
(CmmnExecution sourceCaseExecution) Deprecated.since 7.4 A new instance of a sentry does not reference the source case execution id anymore.void
CaseExecutionImpl.setSubCaseInstance
(CmmnExecution subCaseInstance) abstract void
CmmnExecution.setSubCaseInstance
(CmmnExecution subCaseInstance) void
CaseExecutionImpl.setSuperCaseExecution
(CmmnExecution superCaseExecution) abstract void
CmmnExecution.setSuperCaseExecution
(CmmnExecution superCaseExecution) Modifier and TypeMethodDescriptionprotected void
CmmnExecution.collectCaseExecutionsInExecutionTree
(List<CmmnExecution> children) void
CmmnActivityExecution.triggerChildExecutionsLifecycle
(List<CmmnExecution> children) This method triggers for each given case execution the lifecycle.void
CmmnExecution.triggerChildExecutionsLifecycle
(List<CmmnExecution> children) -
Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.model
-
Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.operation
Modifier and TypeMethodDescriptionprotected CmmnExecution
AbstractAtomicOperationCaseExecutionComplete.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AbstractAtomicOperationCaseExecutionResume.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AbstractAtomicOperationCaseExecutionSuspend.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AbstractAtomicOperationCaseExecutionTerminate.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseExecutionCreate.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseExecutionDisable.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseExecutionEnable.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseExecutionManualStart.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseExecutionReactivate.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseExecutionReenable.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseExecutionStart.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseInstanceClose.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseInstanceCreate.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseExecutionDeleteCascade.findFirstLeaf
(CmmnExecution execution) Modifier and TypeMethodDescriptionvoid
CmmnOperationLogger.completingSubCaseError
(CmmnExecution execution, Throwable cause) CmmnOperationLogger.completingSubCaseErrorException
(CmmnExecution execution, Throwable cause) protected void
AbstractCmmnEventAtomicOperation.eventNotificationsCompleted
(CmmnExecution execution) protected void
AtomicOperationCaseExecutionParentComplete.eventNotificationsCompleted
(CmmnExecution execution) protected CmmnExecution
AbstractAtomicOperationCaseExecutionComplete.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AbstractAtomicOperationCaseExecutionResume.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AbstractAtomicOperationCaseExecutionSuspend.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AbstractAtomicOperationCaseExecutionTerminate.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseExecutionCreate.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseExecutionDisable.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseExecutionEnable.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseExecutionManualStart.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseExecutionReactivate.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseExecutionReenable.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseExecutionStart.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseInstanceClose.eventNotificationsStarted
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseInstanceCreate.eventNotificationsStarted
(CmmnExecution execution) void
AbstractAtomicOperationCaseExecutionSuspending.execute
(CmmnExecution execution) void
AbstractAtomicOperationCaseExecutionTerminating.execute
(CmmnExecution execution) void
AtomicOperationCaseExecutionCreated.execute
(CmmnExecution execution) void
AtomicOperationCaseExecutionDeleteCascade.execute
(CmmnExecution execution) void
AtomicOperationCaseExecutionFireEntryCriteria.execute
(CmmnExecution execution) void
AtomicOperationCaseExecutionFireExitCriteria.execute
(CmmnExecution execution) void
CmmnAtomicOperation.execute
(CmmnExecution execution) protected CmmnExecution
AtomicOperationCaseExecutionDeleteCascade.findFirstLeaf
(CmmnExecution execution) protected CaseExecutionState
AbstractAtomicOperationCaseExecutionResume.getPreviousState
(CmmnExecution execution) protected CmmnActivity
AbstractCmmnEventAtomicOperation.getScope
(CmmnExecution execution) boolean
AbstractAtomicOperationCaseExecutionSuspending.isAsync
(CmmnExecution execution) boolean
AbstractAtomicOperationCaseExecutionTerminating.isAsync
(CmmnExecution execution) boolean
AbstractCmmnEventAtomicOperation.isAsync
(CmmnExecution execution) boolean
AtomicOperationCaseExecutionCreated.isAsync
(CmmnExecution execution) boolean
AtomicOperationCaseExecutionDeleteCascade.isAsync
(CmmnExecution execution) boolean
AtomicOperationCaseExecutionFireEntryCriteria.isAsync
(CmmnExecution execution) boolean
AtomicOperationCaseExecutionFireExitCriteria.isAsync
(CmmnExecution execution) boolean
CmmnAtomicOperation.isAsync
(CmmnExecution execution) protected void
AbstractAtomicOperationCaseExecutionSuspend.notifyParent
(CmmnExecution parent, CmmnExecution execution) protected void
AbstractAtomicOperationCaseExecutionTerminate.notifyParent
(CmmnExecution parent, CmmnExecution execution) protected void
AbstractCmmnEventAtomicOperation.performTransitionNotification
(CmmnExecution execution) protected void
AbstractAtomicOperationCaseExecutionComplete.postTransitionNotification
(CmmnExecution execution) protected void
AbstractAtomicOperationCaseExecutionResume.postTransitionNotification
(CmmnExecution execution) protected void
AbstractAtomicOperationCaseExecutionSuspend.postTransitionNotification
(CmmnExecution execution) protected void
AbstractAtomicOperationCaseExecutionTerminate.postTransitionNotification
(CmmnExecution execution) protected void
AbstractCmmnEventAtomicOperation.postTransitionNotification
(CmmnExecution execution) protected void
AtomicOperationCaseExecutionCreate.postTransitionNotification
(CmmnExecution execution) protected void
AtomicOperationCaseExecutionManualStart.postTransitionNotification
(CmmnExecution execution) protected void
AtomicOperationCaseExecutionReactivate.postTransitionNotification
(CmmnExecution execution) protected void
AtomicOperationCaseExecutionStart.postTransitionNotification
(CmmnExecution execution) protected void
AtomicOperationCaseInstanceClose.postTransitionNotification
(CmmnExecution execution) protected void
AtomicOperationCaseInstanceCreate.postTransitionNotification
(CmmnExecution execution) protected void
AbstractCmmnEventAtomicOperation.preTransitionNotification
(CmmnExecution execution) protected void
AtomicOperationCaseExecutionDisable.preTransitionNotification
(CmmnExecution execution) protected void
AbstractCmmnEventAtomicOperation.repetition
(CmmnExecution execution) protected abstract void
AbstractAtomicOperationCaseExecutionComplete.triggerBehavior
(CmmnActivityBehavior behavior, CmmnExecution execution) protected abstract void
AbstractAtomicOperationCaseExecutionResume.triggerBehavior
(CmmnActivityBehavior behavior, CmmnExecution execution) protected abstract void
AbstractAtomicOperationCaseExecutionSuspending.triggerBehavior
(CmmnActivityBehavior behavior, CmmnExecution execution) protected abstract void
AbstractAtomicOperationCaseExecutionTerminating.triggerBehavior
(CmmnActivityBehavior behavior, CmmnExecution execution) protected void
AtomicOperationCaseExecutionComplete.triggerBehavior
(CmmnActivityBehavior behavior, CmmnExecution execution) protected void
AtomicOperationCaseExecutionManualComplete.triggerBehavior
(CmmnActivityBehavior behavior, CmmnExecution execution) protected void
AtomicOperationCaseExecutionOccur.triggerBehavior
(CmmnActivityBehavior behavior, CmmnExecution execution) protected void
AtomicOperationCaseExecutionParentResume.triggerBehavior
(CmmnActivityBehavior behavior, CmmnExecution execution) protected void
AtomicOperationCaseExecutionResume.triggerBehavior
(CmmnActivityBehavior behavior, CmmnExecution execution) protected void
AtomicOperationCaseExecutionSuspendingOnParentSuspension.triggerBehavior
(CmmnActivityBehavior behavior, CmmnExecution execution) protected void
AtomicOperationCaseExecutionSuspendingOnSuspension.triggerBehavior
(CmmnActivityBehavior behavior, CmmnExecution execution) protected void
AtomicOperationCaseExecutionTerminatingOnExit.triggerBehavior
(CmmnActivityBehavior behavior, CmmnExecution execution) protected void
AtomicOperationCaseExecutionTerminatingOnParentTermination.triggerBehavior
(CmmnActivityBehavior behavior, CmmnExecution execution) protected void
AtomicOperationCaseExecutionTerminatingOnTermination.triggerBehavior
(CmmnActivityBehavior behavior, CmmnExecution execution) -
Uses of CmmnExecution in org.camunda.bpm.engine.impl.core.variable.scope
-
Uses of CmmnExecution in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionvoid
ExecutionEntity.setSubCaseInstance
(CmmnExecution subCaseInstance) void
ExecutionEntity.setSuperCaseExecution
(CmmnExecution superCaseExecution) -
Uses of CmmnExecution in org.camunda.bpm.engine.impl.pvm.runtime
Modifier and TypeMethodDescriptionabstract CmmnExecution
PvmExecutionImpl.createSubCaseInstance
(CmmnCaseDefinition caseDefinition) abstract CmmnExecution
PvmExecutionImpl.createSubCaseInstance
(CmmnCaseDefinition caseDefinition, String businessKey) abstract CmmnExecution
PvmExecutionImpl.getSubCaseInstance()
abstract CmmnExecution
PvmExecutionImpl.getSuperCaseExecution()
Modifier and TypeMethodDescriptionvoid
ExecutionImpl.setSubCaseInstance
(CmmnExecution subCaseInstance) abstract void
PvmExecutionImpl.setSubCaseInstance
(CmmnExecution subCaseInstance) void
ExecutionImpl.setSuperCaseExecution
(CmmnExecution superCaseExecution) abstract void
PvmExecutionImpl.setSuperCaseExecution
(CmmnExecution superCaseExecution) -
Uses of CmmnExecution in org.camunda.bpm.engine.impl.util
Modifier and TypeMethodDescriptionstatic CmmnActivityBehavior
ActivityBehaviorUtil.getActivityBehavior
(CmmnExecution execution)