|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
void |
StageActivityBehavior.childStateChanged(CmmnExecution execution,
CmmnExecution child)
|
void |
CompositeActivityBehavior.childStateChanged(CmmnExecution execution,
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 | |
|---|---|
protected CmmnExecution |
CaseDefinitionEntity.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 | |
|---|---|
class |
CaseExecutionEntity
|
| Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return CmmnExecution | |
|---|---|
CmmnExecution |
CaseExecutionEntity.getSuperCaseExecution()
|
| Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type CmmnExecution | |
|---|---|
void |
CaseExecutionEntity.setCaseInstance(CmmnExecution caseInstance)
|
void |
CaseExecutionEntity.setParent(CmmnExecution parent)
|
void |
CaseExecutionEntity.setSubCaseInstance(CmmnExecution subCaseInstance)
|
void |
CaseExecutionEntity.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 | |
|---|---|
class |
CaseExecutionImpl
|
| Methods in org.camunda.bpm.engine.impl.cmmn.execution that return CmmnExecution | |
|---|---|
protected abstract CmmnExecution |
CmmnExecution.createCaseExecution(CmmnActivity activity)
|
abstract CmmnExecution |
CmmnExecution.createSubCaseInstance(CmmnCaseDefinition caseDefinition)
|
CmmnExecution |
CmmnExecution.findCaseExecution(String activityId)
|
abstract CmmnExecution |
CmmnExecution.getCaseInstance()
ensures initialization and returns the process instance. |
abstract CmmnExecution |
CmmnExecution.getParent()
ensures initialization and returns the parent |
abstract CmmnExecution |
CmmnExecution.getSubCaseInstance()
|
abstract CmmnExecution |
CmmnExecution.getSuperCaseExecution()
|
protected abstract CmmnExecution |
CmmnExecution.newCaseExecution()
|
| Methods in org.camunda.bpm.engine.impl.cmmn.execution that return types with arguments of type CmmnExecution | |
|---|---|
abstract List<? extends CmmnExecution> |
CmmnExecution.getCaseExecutions()
|
List<? extends CmmnExecution> |
CmmnActivityExecution.getCaseExecutions()
Returns a List of child case executions. |
protected abstract List<? extends CmmnExecution> |
CmmnExecution.getCaseExecutionsInternal()
|
| Methods in org.camunda.bpm.engine.impl.cmmn.execution with parameters of type CmmnExecution | |
|---|---|
abstract void |
CmmnExecution.setCaseInstance(CmmnExecution caseInstance)
|
void |
CaseExecutionImpl.setCaseInstance(CmmnExecution caseInstance)
|
abstract void |
CmmnExecution.setParent(CmmnExecution parent)
|
void |
CaseExecutionImpl.setParent(CmmnExecution parent)
|
abstract void |
CmmnExecution.setSubCaseInstance(CmmnExecution subCaseInstance)
|
void |
CaseExecutionImpl.setSubCaseInstance(CmmnExecution subCaseInstance)
|
abstract void |
CmmnExecution.setSuperCaseExecution(CmmnExecution superCaseExecution)
|
void |
CaseExecutionImpl.setSuperCaseExecution(CmmnExecution superCaseExecution)
|
| Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.model |
|---|
| Methods in org.camunda.bpm.engine.impl.cmmn.model that return CmmnExecution | |
|---|---|
protected CmmnExecution |
CmmnCaseDefinition.newCaseInstance()
|
| Uses of CmmnExecution in org.camunda.bpm.engine.impl.cmmn.operation |
|---|
| Methods in org.camunda.bpm.engine.impl.cmmn.operation that return CmmnExecution | |
|---|---|
protected CmmnExecution |
AtomicOperationCaseExecutionEnable.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AbstractAtomicOperationCaseExecutionTerminate.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseExecutionReactivate.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseExecutionCreate.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseExecutionReenable.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AbstractAtomicOperationCaseExecutionResume.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseInstanceClose.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseInstanceCreate.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseExecutionManualStart.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseExecutionStart.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AbstractAtomicOperationCaseExecutionComplete.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseExecutionDisable.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AbstractAtomicOperationCaseExecutionSuspend.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseExecutionDeleteCascade.findFirstLeaf(CmmnExecution execution)
|
| Methods in org.camunda.bpm.engine.impl.cmmn.operation with parameters of type CmmnExecution | |
|---|---|
protected void |
AbstractCmmnEventAtomicOperation.eventNotificationsCompleted(CmmnExecution execution)
|
protected void |
AbstractAtomicOperationCaseExecutionTerminate.eventNotificationsCompleted(CmmnExecution execution)
|
protected void |
AtomicOperationCaseExecutionReactivate.eventNotificationsCompleted(CmmnExecution execution)
|
protected void |
AtomicOperationCaseExecutionCreate.eventNotificationsCompleted(CmmnExecution execution)
|
protected void |
AbstractAtomicOperationCaseExecutionResume.eventNotificationsCompleted(CmmnExecution execution)
|
protected void |
AtomicOperationCaseInstanceClose.eventNotificationsCompleted(CmmnExecution execution)
|
protected void |
AtomicOperationCaseInstanceCreate.eventNotificationsCompleted(CmmnExecution execution)
|
protected void |
AtomicOperationCaseExecutionManualStart.eventNotificationsCompleted(CmmnExecution execution)
|
protected void |
AtomicOperationCaseExecutionStart.eventNotificationsCompleted(CmmnExecution execution)
|
protected void |
AbstractAtomicOperationCaseExecutionComplete.eventNotificationsCompleted(CmmnExecution execution)
|
protected void |
AtomicOperationCaseExecutionDisable.eventNotificationsCompleted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseExecutionEnable.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AbstractAtomicOperationCaseExecutionTerminate.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseExecutionReactivate.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseExecutionCreate.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseExecutionReenable.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AbstractAtomicOperationCaseExecutionResume.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseInstanceClose.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseInstanceCreate.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseExecutionManualStart.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseExecutionStart.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AbstractAtomicOperationCaseExecutionComplete.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseExecutionDisable.eventNotificationsStarted(CmmnExecution execution)
|
protected CmmnExecution |
AbstractAtomicOperationCaseExecutionSuspend.eventNotificationsStarted(CmmnExecution execution)
|
void |
AtomicOperationCaseExecutionDeleteCascade.execute(CmmnExecution execution)
|
void |
CmmnAtomicOperation.execute(CmmnExecution execution)
|
void |
AtomicOperationCaseExecutionCreated.execute(CmmnExecution execution)
|
protected CmmnExecution |
AtomicOperationCaseExecutionDeleteCascade.findFirstLeaf(CmmnExecution execution)
|
protected CmmnActivityBehavior |
AbstractCmmnEventAtomicOperation.getActivityBehavior(CmmnExecution execution)
|
protected CaseExecutionState |
AbstractAtomicOperationCaseExecutionResume.getPreviousState(CmmnExecution execution)
|
protected CmmnActivity |
AbstractCmmnEventAtomicOperation.getScope(CmmnExecution execution)
|
boolean |
AbstractCmmnEventAtomicOperation.isAsync(CmmnExecution execution)
|
boolean |
AtomicOperationCaseExecutionDeleteCascade.isAsync(CmmnExecution execution)
|
boolean |
CmmnAtomicOperation.isAsync(CmmnExecution execution)
|
boolean |
AtomicOperationCaseExecutionCreated.isAsync(CmmnExecution execution)
|
protected void |
AbstractAtomicOperationCaseExecutionTerminate.notifyParent(CmmnExecution parent,
CmmnExecution execution)
|
protected void |
AtomicOperationCaseExecutionTerminate.notifyParent(CmmnExecution parent,
CmmnExecution execution)
|
protected abstract void |
AbstractAtomicOperationCaseExecutionTerminate.triggerBehavior(CmmnActivityBehavior behavior,
CmmnExecution execution)
|
protected void |
AtomicOperationCaseExecutionComplete.triggerBehavior(CmmnActivityBehavior behavior,
CmmnExecution execution)
|
protected void |
AtomicOperationCaseExecutionTerminate.triggerBehavior(CmmnActivityBehavior behavior,
CmmnExecution execution)
|
protected void |
AtomicOperationCaseExecutionOccur.triggerBehavior(CmmnActivityBehavior behavior,
CmmnExecution execution)
|
protected void |
AtomicOperationCaseExecutionParentSuspend.triggerBehavior(CmmnActivityBehavior behavior,
CmmnExecution execution)
|
protected abstract void |
AbstractAtomicOperationCaseExecutionResume.triggerBehavior(CmmnActivityBehavior behavior,
CmmnExecution execution)
|
protected void |
AtomicOperationCaseExecutionResume.triggerBehavior(CmmnActivityBehavior behavior,
CmmnExecution execution)
|
protected void |
AtomicOperationCaseExecutionExit.triggerBehavior(CmmnActivityBehavior behavior,
CmmnExecution execution)
|
protected void |
AtomicOperationCaseExecutionParentResume.triggerBehavior(CmmnActivityBehavior behavior,
CmmnExecution execution)
|
protected void |
AtomicOperationCaseExecutionManualComplete.triggerBehavior(CmmnActivityBehavior behavior,
CmmnExecution execution)
|
protected void |
AtomicOperationCaseExecutionSuspend.triggerBehavior(CmmnActivityBehavior behavior,
CmmnExecution execution)
|
protected abstract void |
AbstractAtomicOperationCaseExecutionComplete.triggerBehavior(CmmnActivityBehavior behavior,
CmmnExecution execution)
|
protected abstract void |
AbstractAtomicOperationCaseExecutionSuspend.triggerBehavior(CmmnActivityBehavior behavior,
CmmnExecution execution)
|
protected void |
AtomicOperationCaseExecutionParentTerminate.triggerBehavior(CmmnActivityBehavior behavior,
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 | |
|---|---|
void |
ExecutionEntity.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 | |
|---|---|
abstract CmmnExecution |
PvmExecutionImpl.getSuperCaseExecution()
|
| Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type CmmnExecution | |
|---|---|
void |
ExecutionImpl.setSuperCaseExecution(CmmnExecution superCaseExecution)
|
abstract void |
PvmExecutionImpl.setSuperCaseExecution(CmmnExecution superCaseExecution)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||