|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CaseExecutionEntity | |
|---|---|
| org.camunda.bpm.engine.impl.cmmn.entity.runtime | |
| 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 |
CaseExecutionEntityVariableStore.caseExecutionEntity
|
protected CaseExecutionEntity |
CaseExecutionEntity.caseInstance
the case instance. |
protected CaseExecutionEntity |
CaseExecutionEntity.parent
the parent execution |
| 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 CaseExecutionEntity | |
|---|---|
protected CaseExecutionEntity |
CaseExecutionEntity.createCaseExecution(CmmnActivity activity)
|
CaseExecutionEntity |
CaseExecutionManager.findCaseExecutionById(String caseExecutionId)
|
CaseExecutionEntity |
CaseExecutionEntity.getCaseInstance()
|
CaseExecutionEntity |
CaseExecutionEntity.getParent()
|
protected CaseExecutionEntity |
CaseExecutionEntity.newCaseExecution()
|
| Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return types with arguments of type CaseExecutionEntity | |
|---|---|
List<CaseExecutionEntity> |
CaseExecutionManager.findChildCaseExecutionsByParentCaseExecutionId(String parentCaseExecutionId)
|
List<CaseExecutionEntity> |
CaseExecutionEntity.getCaseExecutions()
|
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||