org.camunda.bpm.engine.rest.history
Interface HistoricBatchRestService
- All Known Implementing Classes:
- HistoricBatchRestServiceImpl
public interface HistoricBatchRestService
PATH
static final String PATH
- See Also:
- Constant Field Values
getHistoricBatch
HistoricBatchResource getHistoricBatch(String batchId)
getHistoricBatches
List<HistoricBatchDto> getHistoricBatches(@Context
javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
getHistoricBatchesCount
CountResultDto getHistoricBatchesCount(@Context
javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2016 camunda services GmbH. All rights reserved.