Package org.camunda.bpm.engine.rest.impl
Class BatchRestServiceImpl
java.lang.Object
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
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
Fields inherited from interface org.camunda.bpm.engine.rest.BatchRestService
PATH
-
Constructor Summary
ConstructorDescriptionBatchRestServiceImpl
(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptiongetBatches
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) getBatchesCount
(jakarta.ws.rs.core.UriInfo uriInfo) getStatistics
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) getStatisticsCount
(jakarta.ws.rs.core.UriInfo uriInfo) Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Constructor Details
-
BatchRestServiceImpl
public BatchRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getBatch
- Specified by:
getBatch
in interfaceBatchRestService
-
getBatches
public List<BatchDto> getBatches(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) - Specified by:
getBatches
in interfaceBatchRestService
-
getBatchesCount
- Specified by:
getBatchesCount
in interfaceBatchRestService
-
getStatistics
public List<BatchStatisticsDto> getStatistics(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) - Specified by:
getStatistics
in interfaceBatchRestService
-
getStatisticsCount
- Specified by:
getStatisticsCount
in interfaceBatchRestService
-