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