| Package | Description |
|---|---|
| org.camunda.bpm.engine.rest.dto.history | |
| org.camunda.bpm.engine.rest.history | |
| org.camunda.bpm.engine.rest.impl.history |
| Modifier and Type | Method and Description |
|---|---|
static HistoricTaskInstanceDto |
HistoricTaskInstanceDto.fromHistoricTaskInstance(HistoricTaskInstance taskInstance) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricTaskInstanceDto> |
HistoricTaskInstanceRestService.getHistoricTaskInstances(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the
HistoricTaskInstanceQuery interface as a REST
service. |
List<HistoricTaskInstanceDto> |
HistoricTaskInstanceRestService.queryHistoricTaskInstances(HistoricTaskInstanceQueryDto queryDto,
Integer firstResult,
Integer maxResults) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricTaskInstanceDto> |
HistoricTaskInstanceRestServiceImpl.getHistoricTaskInstances(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
List<HistoricTaskInstanceDto> |
HistoricTaskInstanceRestServiceImpl.queryHistoricTaskInstances(HistoricTaskInstanceQueryDto queryDto,
Integer firstResult,
Integer maxResults) |
Copyright © 2018 camunda services GmbH. All rights reserved.