Class HistoricBatchRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.history.HistoricBatchRestServiceImpl
- All Implemented Interfaces:
HistoricBatchRestService
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper
protected ProcessEngine
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoricBatchRestService
PATH
-
Constructor Summary
ConstructorDescriptionHistoricBatchRestServiceImpl
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine) -
Method Summary
Modifier and TypeMethodDescriptiongetCleanableHistoricBatchesReport
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) getCleanableHistoricBatchesReportCount
(javax.ws.rs.core.UriInfo uriInfo) getHistoricBatch
(String batchId) getHistoricBatches
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) getHistoricBatchesCount
(javax.ws.rs.core.UriInfo uriInfo)
-
Field Details
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper -
processEngine
-
-
Constructor Details
-
HistoricBatchRestServiceImpl
public HistoricBatchRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
-
-
Method Details
-
getHistoricBatch
- Specified by:
getHistoricBatch
in interfaceHistoricBatchRestService
-
getHistoricBatches
public List<HistoricBatchDto> getHistoricBatches(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) - Specified by:
getHistoricBatches
in interfaceHistoricBatchRestService
-
getHistoricBatchesCount
- Specified by:
getHistoricBatchesCount
in interfaceHistoricBatchRestService
-
getCleanableHistoricBatchesReport
public List<CleanableHistoricBatchReportResultDto> getCleanableHistoricBatchesReport(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) - Specified by:
getCleanableHistoricBatchesReport
in interfaceHistoricBatchRestService
-
getCleanableHistoricBatchesReportCount
- Specified by:
getCleanableHistoricBatchesReportCount
in interfaceHistoricBatchRestService
-
setRemovalTimeAsync
- Specified by:
setRemovalTimeAsync
in interfaceHistoricBatchRestService
-