| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCmmnEngineAgenda.planCompleteCaseInstanceOperation(CaseInstanceEntity caseInstanceEntity) |
void |
CmmnEngineAgenda.planCompleteCaseInstanceOperation(CaseInstanceEntity caseInstanceEntity) |
void |
DefaultCmmnEngineAgenda.planInitPlanModelOperation(CaseInstanceEntity caseInstanceEntity) |
void |
CmmnEngineAgenda.planInitPlanModelOperation(CaseInstanceEntity caseInstanceEntity) |
| Modifier and Type | Field and Description |
|---|---|
protected CaseInstanceEntity |
InitPlanModelInstanceOperation.caseInstanceEntity |
protected CaseInstanceEntity |
AbstractCaseInstanceOperation.caseInstanceEntity |
| Modifier and Type | Method and Description |
|---|---|
CaseInstanceEntity |
AbstractCaseInstanceOperation.getCaseInstanceEntity() |
| Modifier and Type | Method and Description |
|---|---|
protected org.flowable.cmmn.model.Stage |
CmmnOperation.getPlanModel(CaseInstanceEntity caseInstanceEntity) |
void |
AbstractCaseInstanceOperation.setCaseInstanceEntity(CaseInstanceEntity caseInstanceEntity) |
| Constructor and Description |
|---|
AbstractCaseInstanceOperation(CommandContext commandContext,
String caseInstanceId,
CaseInstanceEntity caseInstanceEntity) |
AbstractChangeCaseInstanceStateOperation(CommandContext commandContext,
CaseInstanceEntity caseInstanceEntity) |
AbstractDeleteCaseInstanceOperation(CommandContext commandContext,
CaseInstanceEntity caseInstanceEntity) |
CompleteCaseInstanceOperation(CommandContext commandContext,
CaseInstanceEntity caseInstanceEntity) |
InitPlanModelInstanceOperation(CommandContext commandContext,
CaseInstanceEntity caseInstanceEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TerminateCaseInstanceCmd.internalExecute(CommandContext commandContext,
CaseInstanceEntity caseInstanceEntity) |
protected void |
CompleteCaseInstanceCmd.internalExecute(CommandContext commandContext,
CaseInstanceEntity caseInstanceEntity) |
protected abstract void |
AbstractNeedsCaseInstanceCmd.internalExecute(CommandContext commandContext,
CaseInstanceEntity caseInstanceEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCmmnHistoryManager.recordCaseInstanceEnd(CaseInstanceEntity caseInstanceEntity,
String state) |
void |
CmmnHistoryManager.recordCaseInstanceEnd(CaseInstanceEntity caseInstanceEntity,
String state) |
void |
DefaultCmmnHistoryManager.recordCaseInstanceStart(CaseInstanceEntity caseInstanceEntity) |
void |
CmmnHistoryManager.recordCaseInstanceStart(CaseInstanceEntity caseInstanceEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AsyncCmmnHistoryManager.addCommonCaseInstanceFields(CaseInstanceEntity caseInstanceEntity,
Map<String,String> data) |
void |
AsyncCmmnHistoryManager.recordCaseInstanceEnd(CaseInstanceEntity caseInstanceEntity,
String state) |
void |
AsyncCmmnHistoryManager.recordCaseInstanceStart(CaseInstanceEntity caseInstanceEntity) |
| Modifier and Type | Class and Description |
|---|---|
class |
CaseInstanceEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<CaseInstanceEntity> |
CaseInstanceEntityManagerImpl.findCaseInstancesByCaseDefinitionId(String caseDefinitionId) |
List<CaseInstanceEntity> |
CaseInstanceEntityManager.findCaseInstancesByCaseDefinitionId(String caseDefinitionId) |
protected DataManager<CaseInstanceEntity> |
CaseInstanceEntityManagerImpl.getDataManager() |
| Modifier and Type | Method and Description |
|---|---|
CaseInstanceEntity |
CaseInstanceDataManager.findCaseInstanceEntityEagerFetchPlanItemInstances(String caseInstanceId,
String planItemInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<CaseInstanceEntity> |
CaseInstanceDataManager.findCaseInstancesByCaseDefinitionId(String caseDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
CaseInstanceEntity |
MybatisCaseInstanceDataManagerImpl.create() |
CaseInstanceEntity |
MybatisCaseInstanceDataManagerImpl.findById(String caseInstanceId) |
CaseInstanceEntity |
MybatisCaseInstanceDataManagerImpl.findCaseInstanceEntityEagerFetchPlanItemInstances(String caseInstanceId,
String planItemInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<CaseInstanceEntity> |
MybatisCaseInstanceDataManagerImpl.findCaseInstancesByCaseDefinitionId(String caseDefinitionId) |
Class<? extends CaseInstanceEntity> |
MybatisCaseInstanceDataManagerImpl.getManagedEntityClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CaseInstanceByCaseDefinitionIdMatcher.isRetained(CaseInstanceEntity entity,
Object param) |
| Modifier and Type | Method and Description |
|---|---|
protected CaseInstanceEntity |
CaseInstanceHelperImpl.createCaseInstanceEntity(CommandContext commandContext,
CaseDefinition caseDefinition) |
CaseInstanceEntity |
CaseInstanceHelperImpl.startCaseInstance(CaseInstanceBuilder caseInstanceBuilder) |
CaseInstanceEntity |
CaseInstanceHelper.startCaseInstance(CaseInstanceBuilder caseInstanceBuilder) |
protected CaseInstanceEntity |
CaseInstanceHelperImpl.startCaseInstance(CommandContext commandContext,
CaseDefinition caseDefinition,
CaseInstanceBuilder caseInstanceBuilder) |
Copyright © 2018 Flowable. All rights reserved.