org.camunda.bpm.engine.rest.impl.history
Class HistoricIncidentRestServiceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.impl.history.HistoricIncidentRestServiceImpl
All Implemented Interfaces:
HistoricIncidentRestService

public class HistoricIncidentRestServiceImpl
extends Object
implements HistoricIncidentRestService

Author:
Roman Smirnov

Field Summary
protected  com.fasterxml.jackson.databind.ObjectMapper objectMapper
           
protected  ProcessEngine processEngine
           
 
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoricIncidentRestService
PATH
 
Constructor Summary
HistoricIncidentRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 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.