public class HistoricBatchRestServiceImpl extends Object implements HistoricBatchRestService
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected ProcessEngine |
processEngine |
PATH| Constructor and Description |
|---|
HistoricBatchRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine) |
| Modifier and Type | Method and Description |
|---|---|
protected List<?> |
executePaginatedQuery(Query query,
Integer firstResult,
Integer maxResults) |
List<CleanableHistoricBatchReportResultDto> |
getCleanableHistoricBatchesReport(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
CountResultDto |
getCleanableHistoricBatchesReportCount(javax.ws.rs.core.UriInfo uriInfo) |
HistoricBatchResource |
getHistoricBatch(String batchId) |
List<HistoricBatchDto> |
getHistoricBatches(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
CountResultDto |
getHistoricBatchesCount(javax.ws.rs.core.UriInfo uriInfo) |
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected ProcessEngine processEngine
public HistoricBatchRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ProcessEngine processEngine)
public HistoricBatchResource getHistoricBatch(String batchId)
getHistoricBatch in interface HistoricBatchRestServicepublic List<HistoricBatchDto> getHistoricBatches(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
getHistoricBatches in interface HistoricBatchRestServicepublic CountResultDto getHistoricBatchesCount(javax.ws.rs.core.UriInfo uriInfo)
getHistoricBatchesCount in interface HistoricBatchRestServiceprotected List<?> executePaginatedQuery(Query query, Integer firstResult, Integer maxResults)
public List<CleanableHistoricBatchReportResultDto> getCleanableHistoricBatchesReport(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
getCleanableHistoricBatchesReport in interface HistoricBatchRestServicepublic CountResultDto getCleanableHistoricBatchesReportCount(javax.ws.rs.core.UriInfo uriInfo)
getCleanableHistoricBatchesReportCount in interface HistoricBatchRestServiceCopyright © 2018 camunda services GmbH. All rights reserved.