org.camunda.bpm.engine.rest.impl.history
Class HistoricDetailRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.history.HistoricDetailRestServiceImpl
- All Implemented Interfaces:
- HistoricDetailRestService
public class HistoricDetailRestServiceImpl
- extends Object
- implements HistoricDetailRestService
- 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
HistoricDetailRestServiceImpl
public HistoricDetailRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine)
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.