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<HistoricBatch> executePaginatedQuery(HistoricBatchQuery query, Integer firstResult, Integer maxResults)
           
 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<HistoricBatch> executePaginatedQuery(HistoricBatchQuery query,
                                                    Integer firstResult,
                                                    Integer maxResults)


Copyright © 2016 camunda services GmbH. All rights reserved.