org.camunda.bpm.engine.rest.impl.history
Class HistoricBatchRestServiceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.impl.history.HistoricBatchRestServiceImpl
All Implemented Interfaces:
HistoricBatchRestService

public class HistoricBatchRestServiceImpl
extends Object
implements HistoricBatchRestService


Field Summary
protected  com.fasterxml.jackson.databind.ObjectMapper objectMapper
           
protected  ProcessEngine processEngine
           
 
Fields inherited from interface org.camunda.bpm.engine.rest.history.HistoricBatchRestService
PATH
 
Constructor Summary
HistoricBatchRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectMapper

protected com.fasterxml.jackson.databind.ObjectMapper objectMapper

processEngine

protected ProcessEngine processEngine
Constructor Detail

HistoricBatchRestServiceImpl

public HistoricBatchRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
                                    ProcessEngine processEngine)
Method Detail

getHistoricBatch

public HistoricBatchResource getHistoricBatch(String batchId)
Specified by:
getHistoricBatch in interface HistoricBatchRestService

getHistoricBatches

public List<HistoricBatchDto> getHistoricBatches(javax.ws.rs.core.UriInfo uriInfo,
                                                 Integer firstResult,
                                                 Integer maxResults)
Specified by:
getHistoricBatches in interface HistoricBatchRestService

getHistoricBatchesCount

public CountResultDto getHistoricBatchesCount(javax.ws.rs.core.UriInfo uriInfo)
Specified by:
getHistoricBatchesCount in interface HistoricBatchRestService

executePaginatedQuery

protected List<?> executePaginatedQuery(Query query,
                                        Integer firstResult,
                                        Integer maxResults)

getCleanableHistoricBatchesReport

public List<CleanableHistoricBatchReportResultDto> getCleanableHistoricBatchesReport(javax.ws.rs.core.UriInfo uriInfo,
                                                                                     Integer firstResult,
                                                                                     Integer maxResults)
Specified by:
getCleanableHistoricBatchesReport in interface HistoricBatchRestService

getCleanableHistoricBatchesReportCount

public CountResultDto getCleanableHistoricBatchesReportCount(javax.ws.rs.core.UriInfo uriInfo)
Specified by:
getCleanableHistoricBatchesReportCount in interface HistoricBatchRestService


Copyright © 2017 camunda services GmbH. All rights reserved.