|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.cmmn.cmd |
|---|
| Fields in org.camunda.bpm.engine.impl.cmmn.cmd declared as CaseExecutionEntity | |
|---|---|
protected CaseExecutionEntity |
CaseExecutionVariableCmd.caseExecution
|
| Methods in org.camunda.bpm.engine.impl.cmmn.cmd that return CaseExecutionEntity | |
|---|---|
CaseExecutionEntity |
CaseExecutionVariableCmd.getCaseExecution()
|
| Methods in org.camunda.bpm.engine.impl.cmmn.cmd with parameters of type CaseExecutionEntity | |
|---|---|
protected void |
DisableCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution)
|
protected void |
ManualStartCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution)
|
protected abstract void |
StateTransitionCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution)
|
protected void |
ReenableCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution)
|
protected void |
CompleteCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution)
|
protected void |
CloseCaseInstanceCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution)
|
| Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.cmmn.entity.runtime |
|---|
| Fields in org.camunda.bpm.engine.impl.cmmn.entity.runtime declared as CaseExecutionEntity | |
|---|---|
protected CaseExecutionEntity |
CaseSentryPartEntity.caseExecution
|
protected CaseExecutionEntity |
CaseExecutionEntityVariableStore.caseExecutionEntity
|
protected CaseExecutionEntity |
CaseExecutionEntity.caseInstance
the case instance. |
protected CaseExecutionEntity |
CaseSentryPartEntity.caseInstance
|
protected CaseExecutionEntity |
CaseExecutionEntity.parent
the parent execution |
protected CaseExecutionEntity |
CaseSentryPartEntity.sourceCaseExecution
|
protected CaseExecutionEntity |
CaseExecutionEntity.subCaseInstance
|
protected CaseExecutionEntity |
CaseExecutionEntity.superCaseExecution
|
| Fields in org.camunda.bpm.engine.impl.cmmn.entity.runtime with type parameters of type CaseExecutionEntity | |
|---|---|
protected List<CaseExecutionEntity> |
CaseExecutionEntity.caseExecutions
nested executions |
| Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return types with arguments of type CaseExecutionEntity | |
|---|---|
List<CaseExecutionEntity> |
CaseExecutionManager.findChildCaseExecutionsByCaseInstanceId(String caseInstanceId)
|
List<CaseExecutionEntity> |
CaseExecutionManager.findChildCaseExecutionsByParentCaseExecutionId(String parentCaseExecutionId)
|
List<CaseExecutionEntity> |
CaseExecutionEntity.getCaseExecutions()
|
protected List<CaseExecutionEntity> |
CaseExecutionEntity.getCaseExecutionsInternal()
|
| Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type CaseExecutionEntity | |
|---|---|
void |
CaseExecutionManager.deleteCaseExecution(CaseExecutionEntity caseExecution)
|
void |
CaseExecutionManager.insertCaseExecution(CaseExecutionEntity caseExecution)
|
| Constructors in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type CaseExecutionEntity | |
|---|---|
CaseExecutionEntityVariableStore(CaseExecutionEntity executionEntity)
|
|
| Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.context |
|---|
| Methods in org.camunda.bpm.engine.impl.context that return CaseExecutionEntity | |
|---|---|
CaseExecutionEntity |
CaseExecutionContext.getCaseInstance()
|
| Methods in org.camunda.bpm.engine.impl.context with parameters of type CaseExecutionEntity | |
|---|---|
static ProcessApplicationReference |
ProcessApplicationContextUtil.getTargetProcessApplication(CaseExecutionEntity execution)
|
static void |
Context.setExecutionContext(CaseExecutionEntity execution)
|
| Constructors in org.camunda.bpm.engine.impl.context with parameters of type CaseExecutionEntity | |
|---|---|
CaseExecutionContext(CaseExecutionEntity execution)
|
|
| Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.history.producer |
|---|
| Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.interceptor |
|---|
| Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type CaseExecutionEntity | |
|---|---|
protected ProcessApplicationReference |
CommandContext.getTargetProcessApplication(CaseExecutionEntity execution)
|
void |
CommandContext.performOperation(CmmnAtomicOperation executionOperation,
CaseExecutionEntity execution)
|
| Uses of CaseExecutionEntity in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Fields in org.camunda.bpm.engine.impl.persistence.entity declared as CaseExecutionEntity | |
|---|---|
protected CaseExecutionEntity |
TaskEntity.caseExecution
|
protected CaseExecutionEntity |
ExecutionEntity.subCaseInstance
reference to a subcaseinstance, not-null if currently subcase is started from this execution |
protected CaseExecutionEntity |
ExecutionEntity.superCaseExecution
super case execution, not-null if this execution is part of a case execution |
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return CaseExecutionEntity | |
|---|---|
CaseExecutionEntity |
ExecutionEntity.createSubCaseInstance(CmmnCaseDefinition caseDefinition)
|
CaseExecutionEntity |
ExecutionEntity.createSubCaseInstance(CmmnCaseDefinition caseDefinition,
String businessKey)
|
CaseExecutionEntity |
VariableInstanceEntity.getCaseExecution()
|
CaseExecutionEntity |
TaskEntity.getCaseExecution()
|
CaseExecutionEntity |
ExecutionEntity.getSubCaseInstance()
|
CaseExecutionEntity |
ExecutionEntity.getSuperCaseExecution()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||