Class HistoricIncidentRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.history.HistoricIncidentRestServiceImpl
- All Implemented Interfaces:
HistoricIncidentRestService
- Author:
- Roman Smirnov
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper
protected ProcessEngine
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoricIncidentRestService
PATH
-
Constructor Summary
ConstructorDescriptionHistoricIncidentRestServiceImpl
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine) -
Method Summary
Modifier and TypeMethodDescriptiongetHistoricIncidents
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Exposes theHistoricActivityInstanceQuery
interface as a REST service.getHistoricIncidentsCount
(javax.ws.rs.core.UriInfo uriInfo)
-
Field Details
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper -
processEngine
-
-
Constructor Details
-
HistoricIncidentRestServiceImpl
public HistoricIncidentRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
-
-
Method Details
-
getHistoricIncidents
public List<HistoricIncidentDto> getHistoricIncidents(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Description copied from interface:HistoricIncidentRestService
Exposes theHistoricActivityInstanceQuery
interface as a REST service.- Specified by:
getHistoricIncidents
in interfaceHistoricIncidentRestService
- Returns:
-
getHistoricIncidentsCount
- Specified by:
getHistoricIncidentsCount
in interfaceHistoricIncidentRestService
-