Uses of Class
org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
-
Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.behavior
Methods in org.camunda.bpm.engine.impl.cmmn.behavior with parameters of type CmmnExecution Modifier and Type Method Description protected voidStageActivityBehavior. terminateChild(CmmnExecution child) -
Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.entity.repository
Methods in org.camunda.bpm.engine.impl.cmmn.entity.repository that return CmmnExecution Modifier and Type Method Description protected CmmnExecutionCaseDefinitionEntity. newCaseInstance() -
Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Subclasses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.entity.runtime Modifier and Type Class Description classCaseExecutionEntityMethods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return CmmnExecution Modifier and Type Method Description CmmnExecutionCaseSentryPartEntity. getSourceCaseExecution()CmmnExecutionCaseExecutionEntity. getSuperCaseExecution()Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type CmmnExecution Modifier and Type Method Description voidCaseSentryPartEntity. setCaseExecution(CmmnExecution caseExecution)voidCaseExecutionEntity. setCaseInstance(CmmnExecution caseInstance)voidCaseSentryPartEntity. setCaseInstance(CmmnExecution caseInstance)voidCaseExecutionEntity. setParent(CmmnExecution parent)voidCaseSentryPartEntity. setSourceCaseExecution(CmmnExecution sourceCaseExecution)voidCaseExecutionEntity. setSubCaseInstance(CmmnExecution subCaseInstance)voidCaseExecutionEntity. setSuperCaseExecution(CmmnExecution superCaseExecution) -
Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.execution
Subclasses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.execution Modifier and Type Class Description classCaseExecutionImplMethods in org.camunda.bpm.engine.impl.cmmn.execution that return CmmnExecution Modifier and Type Method Description protected abstract CmmnExecutionCmmnExecution. createCaseExecution(CmmnActivity activity)abstract CmmnExecutionCmmnExecution. createSubCaseInstance(CmmnCaseDefinition caseDefinition)abstract CmmnExecutionCmmnExecution. createSubCaseInstance(CmmnCaseDefinition caseDefinition, java.lang.String businessKey)CmmnExecutionCmmnExecution. findCaseExecution(java.lang.String activityId)CmmnExecutionCaseSentryPartImpl. getCaseExecution()abstract CmmnExecutionCmmnSentryPart. getCaseExecution()abstract CmmnExecutionCmmnExecution. getCaseInstance()ensures initialization and returns the process instance.abstract CmmnExecutionCmmnSentryPart. getCaseInstance()abstract CmmnExecutionCmmnExecution. getParent()ensures initialization and returns the parentCmmnExecutionCaseSentryPartImpl. getSourceCaseExecution()abstract CmmnExecutionCmmnSentryPart. getSourceCaseExecution()Deprecated.since 7.4 A new instance of a sentry does not reference the source case execution id anymore.abstract CmmnExecutionCmmnExecution. getSubCaseInstance()abstract CmmnExecutionCmmnExecution. getSuperCaseExecution()protected abstract CmmnExecutionCmmnExecution. newCaseExecution()Methods in org.camunda.bpm.engine.impl.cmmn.execution that return types with arguments of type CmmnExecution Modifier and Type Method Description java.util.List<CmmnExecution>CmmnActivityExecution. createChildExecutions(java.util.List<CmmnActivity> activities)Creates new child case executions for each givenCmmnActivity.java.util.List<CmmnExecution>CmmnExecution. createChildExecutions(java.util.List<CmmnActivity> activities)java.util.List<? extends CmmnExecution>CmmnActivityExecution. getCaseExecutions()Returns aListof child case executions.abstract java.util.List<? extends CmmnExecution>CmmnExecution. getCaseExecutions()protected abstract java.util.List<? extends CmmnExecution>CmmnExecution. getCaseExecutionsInternal()Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type CmmnExecution Modifier and Type Method Description protected java.util.List<java.lang.String>CmmnExecution. collectAffectedSentries(CmmnExecution child, java.lang.String transition)voidCmmnExecution. handleChildTransition(CmmnExecution child, java.lang.String transition)protected booleanCmmnExecution. hasVariableWithSameNameInParent(CmmnExecution execution, java.lang.String variableName)voidCaseSentryPartImpl. setCaseExecution(CmmnExecution caseExecution)abstract voidCmmnSentryPart. setCaseExecution(CmmnExecution caseExecution)voidCaseExecutionImpl. setCaseInstance(CmmnExecution caseInstance)voidCaseSentryPartImpl. setCaseInstance(CmmnExecution caseInstance)abstract voidCmmnExecution. setCaseInstance(CmmnExecution caseInstance)abstract voidCmmnSentryPart. setCaseInstance(CmmnExecution caseInstance)voidCaseExecutionImpl. setParent(CmmnExecution parent)abstract voidCmmnExecution. setParent(CmmnExecution parent)voidCaseSentryPartImpl. setSourceCaseExecution(CmmnExecution sourceCaseExecution)abstract voidCmmnSentryPart. setSourceCaseExecution(CmmnExecution sourceCaseExecution)Deprecated.since 7.4 A new instance of a sentry does not reference the source case execution id anymore.voidCaseExecutionImpl. setSubCaseInstance(CmmnExecution subCaseInstance)abstract voidCmmnExecution. setSubCaseInstance(CmmnExecution subCaseInstance)voidCaseExecutionImpl. setSuperCaseExecution(CmmnExecution superCaseExecution)abstract voidCmmnExecution. setSuperCaseExecution(CmmnExecution superCaseExecution)Method parameters in org.camunda.bpm.engine.impl.cmmn.execution with type arguments of type CmmnExecution Modifier and Type Method Description protected voidCmmnExecution. collectCaseExecutionsInExecutionTree(java.util.List<CmmnExecution> children)voidCmmnActivityExecution. triggerChildExecutionsLifecycle(java.util.List<CmmnExecution> children)This method triggers for each given case execution the lifecycle.voidCmmnExecution. triggerChildExecutionsLifecycle(java.util.List<CmmnExecution> children) -
Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.model
Methods in org.camunda.bpm.engine.impl.cmmn.model that return CmmnExecution Modifier and Type Method Description protected CmmnExecutionCmmnCaseDefinition. newCaseInstance() -
Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.operation
Methods in org.camunda.bpm.engine.impl.cmmn.operation that return CmmnExecution Modifier and Type Method Description protected CmmnExecutionAbstractAtomicOperationCaseExecutionComplete. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAbstractAtomicOperationCaseExecutionResume. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAbstractAtomicOperationCaseExecutionSuspend. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAbstractAtomicOperationCaseExecutionTerminate. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseExecutionCreate. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseExecutionDisable. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseExecutionEnable. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseExecutionManualStart. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseExecutionReactivate. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseExecutionReenable. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseExecutionStart. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseInstanceClose. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseInstanceCreate. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseExecutionDeleteCascade. findFirstLeaf(CmmnExecution execution)Methods in org.camunda.bpm.engine.impl.cmmn.operation with parameters of type CmmnExecution Modifier and Type Method Description voidCmmnOperationLogger. completingSubCaseError(CmmnExecution execution, java.lang.Throwable cause)ProcessEngineExceptionCmmnOperationLogger. completingSubCaseErrorException(CmmnExecution execution, java.lang.Throwable cause)protected voidAbstractCmmnEventAtomicOperation. eventNotificationsCompleted(CmmnExecution execution)protected voidAtomicOperationCaseExecutionParentComplete. eventNotificationsCompleted(CmmnExecution execution)protected CmmnExecutionAbstractAtomicOperationCaseExecutionComplete. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAbstractAtomicOperationCaseExecutionResume. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAbstractAtomicOperationCaseExecutionSuspend. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAbstractAtomicOperationCaseExecutionTerminate. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseExecutionCreate. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseExecutionDisable. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseExecutionEnable. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseExecutionManualStart. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseExecutionReactivate. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseExecutionReenable. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseExecutionStart. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseInstanceClose. eventNotificationsStarted(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseInstanceCreate. eventNotificationsStarted(CmmnExecution execution)voidAbstractAtomicOperationCaseExecutionSuspending. execute(CmmnExecution execution)voidAbstractAtomicOperationCaseExecutionTerminating. execute(CmmnExecution execution)voidAtomicOperationCaseExecutionCreated. execute(CmmnExecution execution)voidAtomicOperationCaseExecutionDeleteCascade. execute(CmmnExecution execution)voidAtomicOperationCaseExecutionFireEntryCriteria. execute(CmmnExecution execution)voidAtomicOperationCaseExecutionFireExitCriteria. execute(CmmnExecution execution)voidCmmnAtomicOperation. execute(CmmnExecution execution)protected CmmnExecutionAtomicOperationCaseExecutionDeleteCascade. findFirstLeaf(CmmnExecution execution)protected CaseExecutionStateAbstractAtomicOperationCaseExecutionResume. getPreviousState(CmmnExecution execution)protected CmmnActivityAbstractCmmnEventAtomicOperation. getScope(CmmnExecution execution)booleanAbstractAtomicOperationCaseExecutionSuspending. isAsync(CmmnExecution execution)booleanAbstractAtomicOperationCaseExecutionTerminating. isAsync(CmmnExecution execution)booleanAbstractCmmnEventAtomicOperation. isAsync(CmmnExecution execution)booleanAtomicOperationCaseExecutionCreated. isAsync(CmmnExecution execution)booleanAtomicOperationCaseExecutionDeleteCascade. isAsync(CmmnExecution execution)booleanAtomicOperationCaseExecutionFireEntryCriteria. isAsync(CmmnExecution execution)booleanAtomicOperationCaseExecutionFireExitCriteria. isAsync(CmmnExecution execution)booleanCmmnAtomicOperation. isAsync(CmmnExecution execution)protected voidAbstractAtomicOperationCaseExecutionSuspend. notifyParent(CmmnExecution parent, CmmnExecution execution)protected voidAbstractAtomicOperationCaseExecutionTerminate. notifyParent(CmmnExecution parent, CmmnExecution execution)protected voidAbstractCmmnEventAtomicOperation. performTransitionNotification(CmmnExecution execution)protected voidAbstractAtomicOperationCaseExecutionComplete. postTransitionNotification(CmmnExecution execution)protected voidAbstractAtomicOperationCaseExecutionResume. postTransitionNotification(CmmnExecution execution)protected voidAbstractAtomicOperationCaseExecutionSuspend. postTransitionNotification(CmmnExecution execution)protected voidAbstractAtomicOperationCaseExecutionTerminate. postTransitionNotification(CmmnExecution execution)protected voidAbstractCmmnEventAtomicOperation. postTransitionNotification(CmmnExecution execution)protected voidAtomicOperationCaseExecutionCreate. postTransitionNotification(CmmnExecution execution)protected voidAtomicOperationCaseExecutionManualStart. postTransitionNotification(CmmnExecution execution)protected voidAtomicOperationCaseExecutionReactivate. postTransitionNotification(CmmnExecution execution)protected voidAtomicOperationCaseExecutionStart. postTransitionNotification(CmmnExecution execution)protected voidAtomicOperationCaseInstanceClose. postTransitionNotification(CmmnExecution execution)protected voidAtomicOperationCaseInstanceCreate. postTransitionNotification(CmmnExecution execution)protected voidAbstractCmmnEventAtomicOperation. preTransitionNotification(CmmnExecution execution)protected voidAtomicOperationCaseExecutionDisable. preTransitionNotification(CmmnExecution execution)protected voidAbstractCmmnEventAtomicOperation. repetition(CmmnExecution execution)protected abstract voidAbstractAtomicOperationCaseExecutionComplete. triggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution)protected abstract voidAbstractAtomicOperationCaseExecutionResume. triggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution)protected abstract voidAbstractAtomicOperationCaseExecutionSuspending. triggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution)protected abstract voidAbstractAtomicOperationCaseExecutionTerminating. triggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution)protected voidAtomicOperationCaseExecutionComplete. triggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution)protected voidAtomicOperationCaseExecutionManualComplete. triggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution)protected voidAtomicOperationCaseExecutionOccur. triggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution)protected voidAtomicOperationCaseExecutionParentResume. triggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution)protected voidAtomicOperationCaseExecutionResume. triggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution)protected voidAtomicOperationCaseExecutionSuspendingOnParentSuspension. triggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution)protected voidAtomicOperationCaseExecutionSuspendingOnSuspension. triggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution)protected voidAtomicOperationCaseExecutionTerminatingOnExit. triggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution)protected voidAtomicOperationCaseExecutionTerminatingOnParentTermination. triggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution)protected voidAtomicOperationCaseExecutionTerminatingOnTermination. triggerBehavior(CmmnActivityBehavior behavior, CmmnExecution execution) -
Uses of CmmnExecution in org.camunda.bpm.engine.impl.core.variable.scope
Fields in org.camunda.bpm.engine.impl.core.variable.scope declared as CmmnExecution Modifier and Type Field Description protected CmmnExecutionVariableOnPartListener. executionConstructors in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type CmmnExecution Constructor Description VariableOnPartListener(CmmnExecution execution) -
Uses of CmmnExecution in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type CmmnExecution Modifier and Type Method Description voidExecutionEntity. setSubCaseInstance(CmmnExecution subCaseInstance)voidExecutionEntity. setSuperCaseExecution(CmmnExecution superCaseExecution) -
Uses of CmmnExecution in org.camunda.bpm.engine.impl.pvm.runtime
Methods in org.camunda.bpm.engine.impl.pvm.runtime that return CmmnExecution Modifier and Type Method Description abstract CmmnExecutionPvmExecutionImpl. createSubCaseInstance(CmmnCaseDefinition caseDefinition)abstract CmmnExecutionPvmExecutionImpl. createSubCaseInstance(CmmnCaseDefinition caseDefinition, java.lang.String businessKey)abstract CmmnExecutionPvmExecutionImpl. getSubCaseInstance()abstract CmmnExecutionPvmExecutionImpl. getSuperCaseExecution()Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type CmmnExecution Modifier and Type Method Description voidExecutionImpl. setSubCaseInstance(CmmnExecution subCaseInstance)abstract voidPvmExecutionImpl. setSubCaseInstance(CmmnExecution subCaseInstance)voidExecutionImpl. setSuperCaseExecution(CmmnExecution superCaseExecution)abstract voidPvmExecutionImpl. setSuperCaseExecution(CmmnExecution superCaseExecution) -
Uses of CmmnExecution in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type CmmnExecution Modifier and Type Method Description static CmmnActivityBehaviorActivityBehaviorUtil. getActivityBehavior(CmmnExecution execution)
-