Uses of Class
org.camunda.bpm.engine.rest.dto.history.batch.HistoricBatchDto

Packages that use HistoricBatchDto
org.camunda.bpm.engine.rest.dto.history.batch   
org.camunda.bpm.engine.rest.history   
org.camunda.bpm.engine.rest.impl.history   
org.camunda.bpm.engine.rest.sub.history   
org.camunda.bpm.engine.rest.sub.history.impl   
 

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
static HistoricBatchDto HistoricBatchDto.fromBatch(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
 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
 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
 HistoricBatchDto HistoricBatchResource.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
 HistoricBatchDto HistoricBatchResourceImpl.getHistoricBatch()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.