org.camunda.bpm.engine.rest.impl.history
Class HistoricBatchRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.history.HistoricBatchRestServiceImpl
- All Implemented Interfaces:
- HistoricBatchRestService
public class HistoricBatchRestServiceImpl
- extends Object
- implements HistoricBatchRestService
| 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
HistoricBatchRestServiceImpl
public HistoricBatchRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine)
getHistoricBatch
public HistoricBatchResource getHistoricBatch(String batchId)
- Specified by:
getHistoricBatch in interface HistoricBatchRestService
getHistoricBatches
public List<HistoricBatchDto> getHistoricBatches(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Specified by:
getHistoricBatches in interface HistoricBatchRestService
getHistoricBatchesCount
public CountResultDto getHistoricBatchesCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getHistoricBatchesCount in interface HistoricBatchRestService
executePaginatedQuery
protected List<HistoricBatch> executePaginatedQuery(HistoricBatchQuery query,
Integer firstResult,
Integer maxResults)
Copyright © 2016 camunda services GmbH. All rights reserved.