org.camunda.bpm.engine.rest.impl
Class BatchRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.BatchRestServiceImpl
- All Implemented Interfaces:
- BatchRestService
public class BatchRestServiceImpl
- extends AbstractRestProcessEngineAware
- implements BatchRestService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchRestServiceImpl
public BatchRestServiceImpl(String engineName,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
getBatch
public BatchResource getBatch(String batchId)
- Specified by:
getBatch in interface BatchRestService
getBatches
public List<BatchDto> getBatches(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Specified by:
getBatches in interface BatchRestService
getBatchesCount
public CountResultDto getBatchesCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getBatchesCount in interface BatchRestService
getStatistics
public List<BatchStatisticsDto> getStatistics(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Specified by:
getStatistics in interface BatchRestService
getStatisticsCount
public CountResultDto getStatisticsCount(javax.ws.rs.core.UriInfo uriInfo)
- Specified by:
getStatisticsCount in interface BatchRestService
executePaginatedQuery
protected List<Batch> executePaginatedQuery(BatchQuery query,
Integer firstResult,
Integer maxResults)
executePaginatedStatisticsQuery
protected List<BatchStatistics> executePaginatedStatisticsQuery(BatchStatisticsQuery query,
Integer firstResult,
Integer maxResults)
Copyright © 2016 camunda services GmbH. All rights reserved.