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)
HistoricIncidentRestService
HistoricActivityInstanceQuery
interface as a REST
service.getHistoricIncidents
in interface HistoricIncidentRestService
public CountResultDto getHistoricIncidentsCount(javax.ws.rs.core.UriInfo uriInfo)
getHistoricIncidentsCount
in interface HistoricIncidentRestService
Copyright © 2022. All rights reserved.