| 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 HistoricIncidentDto |
HistoricIncidentDto.fromHistoricIncident(HistoricIncident historicIncident) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIncidentDto> |
HistoricIncidentRestService.getHistoricIncidents(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the
HistoricActivityInstanceQuery interface as a REST
service. |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIncidentDto> |
HistoricIncidentRestServiceImpl.getHistoricIncidents(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
Copyright © 2013–2019 camunda services GmbH. All rights reserved.