Class HistoricBatchRestServiceImpl
- java.lang.Object
-
- org.camunda.bpm.engine.rest.impl.history.HistoricBatchRestServiceImpl
-
- All Implemented Interfaces:
HistoricBatchRestService
public class HistoricBatchRestServiceImpl extends Object implements HistoricBatchRestService
-
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapperobjectMapperprotected org.camunda.bpm.engine.ProcessEngineprocessEngine-
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoricBatchRestService
PATH
-
-
Constructor Summary
Constructors Constructor Description HistoricBatchRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.camunda.bpm.engine.ProcessEngine processEngine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<?>executePaginatedQuery(org.camunda.bpm.engine.query.Query query, Integer firstResult, Integer maxResults)List<CleanableHistoricBatchReportResultDto>getCleanableHistoricBatchesReport(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)CountResultDtogetCleanableHistoricBatchesReportCount(javax.ws.rs.core.UriInfo uriInfo)HistoricBatchResourcegetHistoricBatch(String batchId)List<HistoricBatchDto>getHistoricBatches(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)CountResultDtogetHistoricBatchesCount(javax.ws.rs.core.UriInfo uriInfo)BatchDtosetRemovalTimeAsync(SetRemovalTimeToHistoricBatchesDto dto)
-
-
-
Method Detail
-
getHistoricBatch
public HistoricBatchResource getHistoricBatch(String batchId)
- Specified by:
getHistoricBatchin interfaceHistoricBatchRestService
-
getHistoricBatches
public List<HistoricBatchDto> getHistoricBatches(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
- Specified by:
getHistoricBatchesin interfaceHistoricBatchRestService
-
getHistoricBatchesCount
public CountResultDto getHistoricBatchesCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getHistoricBatchesCountin interfaceHistoricBatchRestService
-
executePaginatedQuery
protected List<?> executePaginatedQuery(org.camunda.bpm.engine.query.Query query, Integer firstResult, Integer maxResults)
-
getCleanableHistoricBatchesReport
public List<CleanableHistoricBatchReportResultDto> getCleanableHistoricBatchesReport(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
- Specified by:
getCleanableHistoricBatchesReportin interfaceHistoricBatchRestService
-
getCleanableHistoricBatchesReportCount
public CountResultDto getCleanableHistoricBatchesReportCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getCleanableHistoricBatchesReportCountin interfaceHistoricBatchRestService
-
setRemovalTimeAsync
public BatchDto setRemovalTimeAsync(SetRemovalTimeToHistoricBatchesDto dto)
- Specified by:
setRemovalTimeAsyncin interfaceHistoricBatchRestService
-
-