|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HistoricProcessInstance | |
|---|---|
| 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 | |
| Uses of HistoricProcessInstance in org.camunda.bpm.engine.impl |
|---|
| Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricProcessInstance | |
|---|---|
List<HistoricProcessInstance> |
NativeHistoricProcessInstanceQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults)
|
List<HistoricProcessInstance> |
HistoricProcessInstanceQueryImpl.executeList(CommandContext commandContext,
Page page)
|
| Uses of HistoricProcessInstance in org.camunda.bpm.engine.impl.cfg |
|---|
| Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoricProcessInstance | |
|---|---|
void |
CommandChecker.checkDeleteHistoricProcessInstance(HistoricProcessInstance instance)
Checks if it is allowed to delete the given historic process instance. |
| Uses of HistoricProcessInstance in org.camunda.bpm.engine.impl.cfg.auth |
|---|
| Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type HistoricProcessInstance | |
|---|---|
void |
AuthorizationCommandChecker.checkDeleteHistoricProcessInstance(HistoricProcessInstance instance)
|
| Uses of HistoricProcessInstance in org.camunda.bpm.engine.impl.cfg.multitenancy |
|---|
| Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type HistoricProcessInstance | |
|---|---|
void |
TenantCommandChecker.checkDeleteHistoricProcessInstance(HistoricProcessInstance instance)
|
| Uses of HistoricProcessInstance in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Classes in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricProcessInstance | |
|---|---|
class |
HistoricProcessInstanceEntity
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricProcessInstance | |
|---|---|
List<HistoricProcessInstance> |
HistoricProcessInstanceManager.findHistoricProcessInstancesByNativeQuery(Map<String,Object> parameterMap,
int firstResult,
int maxResults)
|
List<HistoricProcessInstance> |
HistoricProcessInstanceManager.findHistoricProcessInstancesByQueryCriteria(HistoricProcessInstanceQueryImpl historicProcessInstanceQuery,
Page page)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||