|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CaseExecutionEntity in org.camunda.bpm.application.impl |
|---|
| Methods in org.camunda.bpm.application.impl with parameters of type CaseExecutionEntity | |
|---|---|
void |
ProcessApplicationLogger.debugNoTargetProcessApplicationFoundForCaseExecution(CaseExecutionEntity execution,
ProcessApplicationManager processApplicationManager)
|
| 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 |
ManualStartCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution)
|
protected void |
DisableCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution)
|
protected void |
CompleteCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution)
|
protected void |
CloseCaseInstanceCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution)
|
protected abstract void |
StateTransitionCaseExecutionCmd.performStateTransition(CommandContext commandContext,
CaseExecutionEntity caseExecution)
|
protected void |
ReenableCaseExecutionCmd.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 |
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)
|
| 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.core.model |
|---|
| Methods in org.camunda.bpm.engine.impl.core.model with parameters of type CaseExecutionEntity | |
|---|---|
protected String |
DefaultCallableElementTenantIdProvider.getCaseDefinitionTenantId(CaseExecutionEntity caseExecution)
|
| 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.migration.instance |
|---|
| Fields in org.camunda.bpm.engine.impl.migration.instance declared as CaseExecutionEntity | |
|---|---|
protected CaseExecutionEntity |
MigratingCalledCaseInstance.caseInstance
|
| Constructors in org.camunda.bpm.engine.impl.migration.instance with parameters of type CaseExecutionEntity | |
|---|---|
MigratingCalledCaseInstance(CaseExecutionEntity caseInstance)
|
|
| 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 |
CaseExecutionEntityReferencer.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 |
TaskEntity.getCaseExecution()
|
CaseExecutionEntity |
VariableInstanceEntity.getCaseExecution()
|
CaseExecutionEntity |
ExecutionEntity.getSubCaseInstance()
|
CaseExecutionEntity |
ExecutionEntity.getSuperCaseExecution()
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type CaseExecutionEntity | |
|---|---|
void |
VariableInstanceEntity.setCaseExecution(CaseExecutionEntity caseExecution)
|
| Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type CaseExecutionEntity | |
|---|---|
CaseExecutionEntityReferencer(CaseExecutionEntity caeExecution)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||