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) |
BatchDto |
setRemovalTimeAsync(SetRemovalTimeToHistoricBatchesDto dto) |
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 HistoricBatchRestService
public List<HistoricBatchDto> getHistoricBatches(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
getHistoricBatches
in interface HistoricBatchRestService
public CountResultDto getHistoricBatchesCount(javax.ws.rs.core.UriInfo uriInfo)
getHistoricBatchesCount
in interface HistoricBatchRestService
protected 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 HistoricBatchRestService
public CountResultDto getCleanableHistoricBatchesReportCount(javax.ws.rs.core.UriInfo uriInfo)
getCleanableHistoricBatchesReportCount
in interface HistoricBatchRestService
public BatchDto setRemovalTimeAsync(SetRemovalTimeToHistoricBatchesDto dto)
setRemovalTimeAsync
in interface HistoricBatchRestService
Copyright © 2022. All rights reserved.