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 | |
org.camunda.bpm.qa.upgrade |
Modifier and Type | Method and Description |
---|---|
List<HistoricProcessInstance> |
NativeHistoricProcessInstanceQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<HistoricProcessInstance> |
HistoricProcessInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Method and Description |
---|---|
void |
CommandChecker.checkDeleteHistoricProcessInstance(HistoricProcessInstance instance)
Checks if it is allowed to delete the given historic process instance.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationCommandChecker.checkDeleteHistoricProcessInstance(HistoricProcessInstance instance) |
Modifier and Type | Method and Description |
---|---|
void |
TenantCommandChecker.checkDeleteHistoricProcessInstance(HistoricProcessInstance instance) |
Modifier and Type | Class and Description |
---|---|
class |
HistoricProcessInstanceEntity |
Modifier and Type | Method and Description |
---|---|
List<HistoricProcessInstance> |
HistoricProcessInstanceManager.findHistoricProcessInstancesByNativeQuery(Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<HistoricProcessInstance> |
HistoricProcessInstanceManager.findHistoricProcessInstancesByQueryCriteria(HistoricProcessInstanceQueryImpl historicProcessInstanceQuery,
Page page) |
Modifier and Type | Method and Description |
---|---|
static HistoricProcessInstanceDto |
HistoricProcessInstanceDto.fromHistoricProcessInstance(HistoricProcessInstance historicProcessInstance) |
Modifier and Type | Method and Description |
---|---|
HistoricProcessInstance |
UpgradeTestRule.historicProcessInstance() |
Copyright © 2018. All rights reserved.