Package | Description |
---|---|
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.cfg.auth | |
org.camunda.bpm.engine.impl.cfg.multitenancy | |
org.camunda.bpm.engine.impl.cmmn.entity.runtime | |
org.camunda.bpm.engine.rest.dto.runtime | |
org.camunda.bpm.engine.runtime |
Classes related to the
RuntimeService . |
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 |
---|---|
static CaseExecutionDto |
CaseExecutionDto.fromCaseExecution(CaseExecution caseExecution) |
Modifier and Type | Interface and Description |
---|---|
interface |
CaseInstance |
Copyright © 2022. All rights reserved.