Class HistoricIncidentRestServiceImpl
java.lang.Object
org.operaton.bpm.engine.rest.impl.history.HistoricIncidentRestServiceImpl
- All Implemented Interfaces:
HistoricIncidentRestService
- Author:
- Roman Smirnov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapperprotected ProcessEngineFields inherited from interface org.operaton.bpm.engine.rest.history.HistoricIncidentRestService
PATH -
Constructor Summary
ConstructorsConstructorDescriptionHistoricIncidentRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine) -
Method Summary
Modifier and TypeMethodDescriptiongetHistoricIncidents(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Exposes theHistoricActivityInstanceQueryinterface as a REST service.getHistoricIncidentsCount(jakarta.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(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Description copied from interface:HistoricIncidentRestServiceExposes theHistoricActivityInstanceQueryinterface as a REST service.- Specified by:
getHistoricIncidentsin interfaceHistoricIncidentRestService- Parameters:
firstResult-maxResults-- Returns:
-
getHistoricIncidentsCount
- Specified by:
getHistoricIncidentsCountin interfaceHistoricIncidentRestService
-