Class HistoricBatchRestServiceImpl
java.lang.Object
org.operaton.bpm.engine.rest.impl.history.HistoricBatchRestServiceImpl
- All Implemented Interfaces:
HistoricBatchRestService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapperprotected ProcessEngineFields inherited from interface org.operaton.bpm.engine.rest.history.HistoricBatchRestService
PATH -
Constructor Summary
ConstructorsConstructorDescriptionHistoricBatchRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine) -
Method Summary
Modifier and TypeMethodDescriptiongetCleanableHistoricBatchesReport(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) getCleanableHistoricBatchesReportCount(jakarta.ws.rs.core.UriInfo uriInfo) getHistoricBatch(String batchId) getHistoricBatches(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) getHistoricBatchesCount(jakarta.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:
getHistoricBatchin interfaceHistoricBatchRestService
-
getHistoricBatches
public List<HistoricBatchDto> getHistoricBatches(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) - Specified by:
getHistoricBatchesin interfaceHistoricBatchRestService
-
getHistoricBatchesCount
- Specified by:
getHistoricBatchesCountin interfaceHistoricBatchRestService
-
getCleanableHistoricBatchesReport
public List<CleanableHistoricBatchReportResultDto> getCleanableHistoricBatchesReport(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) - Specified by:
getCleanableHistoricBatchesReportin interfaceHistoricBatchRestService
-
getCleanableHistoricBatchesReportCount
- Specified by:
getCleanableHistoricBatchesReportCountin interfaceHistoricBatchRestService
-
setRemovalTimeAsync
- Specified by:
setRemovalTimeAsyncin interfaceHistoricBatchRestService
-