org.camunda.bpm.engine.rest.impl.history
Class HistoricIncidentRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.history.HistoricIncidentRestServiceImpl
- All Implemented Interfaces:
- HistoricIncidentRestService
public class HistoricIncidentRestServiceImpl
- extends Object
- implements HistoricIncidentRestService
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
processEngine
protected ProcessEngine processEngine
HistoricIncidentRestServiceImpl
public HistoricIncidentRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine)
getHistoricIncidents
public List<HistoricIncidentDto> getHistoricIncidents(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Description copied from interface:
HistoricIncidentRestService
- Exposes the
HistoricActivityInstanceQuery interface as a REST
service.
- Specified by:
getHistoricIncidents in interface HistoricIncidentRestService
- Returns:
getHistoricIncidentsCount
public CountResultDto getHistoricIncidentsCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getHistoricIncidentsCount in interface HistoricIncidentRestService
Copyright © 2016 camunda services GmbH. All rights reserved.