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

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

public class HistoricDetailRestServiceImpl
extends Object
implements HistoricDetailRestService

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.HistoricDetailRestService
PATH
 
Constructor Summary
HistoricDetailRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
           
 
Method Summary
 List<HistoricDetailDto> getHistoricDetails(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeObjectValues)
          Exposes the HistoricActivityInstanceQuery interface as a REST service.
 CountResultDto getHistoricDetailsCount(javax.ws.rs.core.UriInfo uriInfo)
           
 HistoricDetailResource historicDetail(String detailId)
           
 
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

HistoricDetailRestServiceImpl

public HistoricDetailRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                     ProcessEngine processEngine)
Method Detail

historicDetail

public HistoricDetailResource historicDetail(String detailId)
Specified by:
historicDetail in interface HistoricDetailRestService

getHistoricDetails

public List<HistoricDetailDto> getHistoricDetails(javax.ws.rs.core.UriInfo uriInfo,
                                                  Integer firstResult,
                                                  Integer maxResults,
                                                  boolean deserializeObjectValues)
Description copied from interface: HistoricDetailRestService
Exposes the HistoricActivityInstanceQuery interface as a REST service.

Specified by:
getHistoricDetails in interface HistoricDetailRestService
Returns:

getHistoricDetailsCount

public CountResultDto getHistoricDetailsCount(javax.ws.rs.core.UriInfo uriInfo)
Specified by:
getHistoricDetailsCount in interface HistoricDetailRestService


Copyright © 2016 camunda services GmbH. All rights reserved.