Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.rest.dto.history |
Modifier and Type | Method and Description |
---|---|
List<HistoricTaskInstance> |
NativeHistoricTaskInstanceQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<HistoricTaskInstance> |
HistoricTaskInstanceQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Class and Description |
---|---|
class |
HistoricTaskInstanceEntity |
Modifier and Type | Method and Description |
---|---|
List<HistoricTaskInstance> |
HistoricTaskInstanceManager.findHistoricTaskInstancesByNativeQuery(Map<String,Object> parameterMap,
int firstResult,
int maxResults) |
List<HistoricTaskInstance> |
HistoricTaskInstanceManager.findHistoricTaskInstancesByQueryCriteria(HistoricTaskInstanceQueryImpl historicTaskInstanceQuery,
Page page) |
Modifier and Type | Method and Description |
---|---|
static HistoricTaskInstanceDto |
HistoricTaskInstanceDto.fromHistoricTaskInstance(HistoricTaskInstance taskInstance) |
Copyright © 2015. All rights reserved.