Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
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.persistence.entity | |
org.camunda.bpm.engine.rest.dto.history |
Modifier and Type | Method and Description |
---|---|
List<HistoricCaseInstance> |
NativeHistoricCaseInstanceQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<HistoricCaseInstance> |
HistoricCaseInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Method and Description |
---|---|
void |
CommandChecker.checkDeleteHistoricCaseInstance(HistoricCaseInstance instance)
Checks if it is allowed to delete the given historic case instance.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationCommandChecker.checkDeleteHistoricCaseInstance(HistoricCaseInstance instance) |
Modifier and Type | Method and Description |
---|---|
void |
TenantCommandChecker.checkDeleteHistoricCaseInstance(HistoricCaseInstance instance) |
Modifier and Type | Class and Description |
---|---|
class |
HistoricCaseInstanceEntity |
Modifier and Type | Method and Description |
---|---|
List<HistoricCaseInstance> |
HistoricCaseInstanceManager.findHistoricCaseInstancesByNativeQuery(Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<HistoricCaseInstance> |
HistoricCaseInstanceManager.findHistoricCaseInstancesByQueryCriteria(HistoricCaseInstanceQueryImpl historicCaseInstanceQuery,
Page page) |
Modifier and Type | Method and Description |
---|---|
static HistoricCaseInstanceDto |
HistoricCaseInstanceDto.fromHistoricCaseInstance(HistoricCaseInstance historicCaseInstance) |
Copyright © 2022. All rights reserved.