Uses of Class
org.camunda.bpm.engine.rest.dto.history.batch.HistoricBatchDto
-
-
Uses of HistoricBatchDto in org.camunda.bpm.engine.rest.dto.history.batch
Methods in org.camunda.bpm.engine.rest.dto.history.batch that return HistoricBatchDto Modifier and Type Method Description static HistoricBatchDtoHistoricBatchDto. fromBatch(org.camunda.bpm.engine.batch.history.HistoricBatch historicBatch) -
Uses of HistoricBatchDto in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type HistoricBatchDto Modifier and Type Method Description List<HistoricBatchDto>HistoricBatchRestService. getHistoricBatches(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
Uses of HistoricBatchDto in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricBatchDto Modifier and Type Method Description List<HistoricBatchDto>HistoricBatchRestServiceImpl. getHistoricBatches(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
Uses of HistoricBatchDto in org.camunda.bpm.engine.rest.sub.history
Methods in org.camunda.bpm.engine.rest.sub.history that return HistoricBatchDto Modifier and Type Method Description HistoricBatchDtoHistoricBatchResource. getHistoricBatch() -
Uses of HistoricBatchDto in org.camunda.bpm.engine.rest.sub.history.impl
Methods in org.camunda.bpm.engine.rest.sub.history.impl that return HistoricBatchDto Modifier and Type Method Description HistoricBatchDtoHistoricBatchResourceImpl. getHistoricBatch()
-