org.camunda.bpm.engine.rest
Interface BatchRestService

All Known Implementing Classes:
BatchRestServiceImpl

public interface BatchRestService


Field Summary
static String PATH
           
 
Method Summary
 BatchResource getBatch(String batchId)
           
 List<BatchDto> getBatches(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 CountResultDto getBatchesCount(javax.ws.rs.core.UriInfo uriInfo)
           
 List<BatchStatisticsDto> getStatistics(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 CountResultDto getStatisticsCount(javax.ws.rs.core.UriInfo uriInfo)
           
 

Field Detail

PATH

static final String PATH
See Also:
Constant Field Values
Method Detail

getBatch

BatchResource getBatch(String batchId)

getBatches

List<BatchDto> getBatches(@Context
                          javax.ws.rs.core.UriInfo uriInfo,
                          Integer firstResult,
                          Integer maxResults)

getBatchesCount

CountResultDto getBatchesCount(@Context
                               javax.ws.rs.core.UriInfo uriInfo)

getStatistics

List<BatchStatisticsDto> getStatistics(@Context
                                       javax.ws.rs.core.UriInfo uriInfo,
                                       Integer firstResult,
                                       Integer maxResults)

getStatisticsCount

CountResultDto getStatisticsCount(@Context
                                  javax.ws.rs.core.UriInfo uriInfo)


Copyright © 2016 camunda services GmbH. All rights reserved.