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<?> executePaginatedQuery(Query query,
Integer firstResult,
Integer maxResults)
getCleanableHistoricBatchesReport
public List<CleanableHistoricBatchReportResultDto> getCleanableHistoricBatchesReport(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Specified by:
getCleanableHistoricBatchesReport in interface HistoricBatchRestService
getCleanableHistoricBatchesReportCount
public CountResultDto getCleanableHistoricBatchesReportCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getCleanableHistoricBatchesReportCount in interface HistoricBatchRestService
Copyright © 2017 camunda services GmbH. All rights reserved.