public class HistoricIncidentRestServiceImpl extends Object implements HistoricIncidentRestService
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected ProcessEngine |
processEngine |
PATH| Constructor and Description |
|---|
HistoricIncidentRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIncidentDto> |
getHistoricIncidents(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the
HistoricActivityInstanceQuery interface as a REST
service. |
CountResultDto |
getHistoricIncidentsCount(javax.ws.rs.core.UriInfo uriInfo) |
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected ProcessEngine processEngine
public HistoricIncidentRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine)
public List<HistoricIncidentDto> getHistoricIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
HistoricIncidentRestServiceHistoricActivityInstanceQuery interface as a REST
service.getHistoricIncidents in interface HistoricIncidentRestServicepublic CountResultDto getHistoricIncidentsCount(javax.ws.rs.core.UriInfo uriInfo)
getHistoricIncidentsCount in interface HistoricIncidentRestServiceCopyright © 2021. All rights reserved.