Modifier and Type | Method and Description |
---|---|
void |
CommandChecker.checkReadCaseInstance(CaseExecution caseExecution)
Check if it is allowed to read a case instance of the given case execution.
|
void |
CommandChecker.checkUpdateCaseInstance(CaseExecution caseExecution)
Check if it is allowed to update a case instance of the given case execution.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationCommandChecker.checkReadCaseInstance(CaseExecution caseExecution) |
void |
AuthorizationCommandChecker.checkUpdateCaseInstance(CaseExecution caseExecution) |
Modifier and Type | Method and Description |
---|---|
void |
TenantCommandChecker.checkReadCaseInstance(CaseExecution caseExecution) |
void |
TenantCommandChecker.checkUpdateCaseInstance(CaseExecution caseExecution) |
Modifier and Type | Class and Description |
---|---|
class |
CaseExecutionEntity |
Modifier and Type | Method and Description |
---|---|
List<CaseExecution> |
CaseExecutionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<CaseExecution> |
CaseExecutionManager.findCaseExecutionsByQueryCriteria(CaseExecutionQueryImpl caseExecutionQuery,
Page page) |
Modifier and Type | Method and Description |
---|---|
protected CaseExecution |
CmmnProcessEngineTestCase.queryCaseExecutionByActivityId(String activityId) |
protected CaseExecution |
CmmnProcessEngineTestCase.queryCaseExecutionById(String caseExecutionId) |
Modifier and Type | Method and Description |
---|---|
static CaseExecutionDto |
CaseExecutionDto.fromCaseExecution(CaseExecution caseExecution) |
Modifier and Type | Interface and Description |
---|---|
interface |
CaseInstance |
Copyright © 2017. All rights reserved.