Uses of Class
org.camunda.bpm.engine.rest.dto.batch.BatchDto

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

Uses of BatchDto in org.camunda.bpm.engine.rest
 

Methods in org.camunda.bpm.engine.rest that return BatchDto
 BatchDto ProcessInstanceRestService.deleteAsync(DeleteProcessInstancesDto dto)
           
 BatchDto MigrationRestService.executeMigrationPlanAsync(MigrationExecutionDto migrationPlan)
           
 BatchDto JobRestService.setRetries(SetJobRetriesDto setJobRetriesDto)
           
 BatchDto ProcessInstanceRestService.setRetriesByProcess(SetJobRetriesByProcessDto setJobRetriesDto)
           
 

Methods in org.camunda.bpm.engine.rest that return types with arguments of type BatchDto
 List<BatchDto> BatchRestService.getBatches(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 

Uses of BatchDto in org.camunda.bpm.engine.rest.dto.batch
 

Subclasses of BatchDto in org.camunda.bpm.engine.rest.dto.batch
 class BatchStatisticsDto
           
 

Methods in org.camunda.bpm.engine.rest.dto.batch that return BatchDto
static BatchDto BatchDto.fromBatch(Batch batch)
           
 

Uses of BatchDto in org.camunda.bpm.engine.rest.history
 

Methods in org.camunda.bpm.engine.rest.history that return BatchDto
 BatchDto HistoricProcessInstanceRestService.deleteAsync(DeleteHistoricProcessInstancesDto dto)
           
 

Uses of BatchDto in org.camunda.bpm.engine.rest.impl
 

Methods in org.camunda.bpm.engine.rest.impl that return BatchDto
 BatchDto ProcessInstanceRestServiceImpl.deleteAsync(DeleteProcessInstancesDto dto)
           
 BatchDto MigrationRestServiceImpl.executeMigrationPlanAsync(MigrationExecutionDto migrationExecution)
           
 BatchDto JobRestServiceImpl.setRetries(SetJobRetriesDto setJobRetriesDto)
           
 BatchDto ProcessInstanceRestServiceImpl.setRetriesByProcess(SetJobRetriesByProcessDto setJobRetriesDto)
           
 

Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type BatchDto
 List<BatchDto> BatchRestServiceImpl.getBatches(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 

Uses of BatchDto in org.camunda.bpm.engine.rest.impl.history
 

Methods in org.camunda.bpm.engine.rest.impl.history that return BatchDto
 BatchDto HistoricProcessInstanceRestServiceImpl.deleteAsync(DeleteHistoricProcessInstancesDto dto)
           
 

Uses of BatchDto in org.camunda.bpm.engine.rest.sub.batch
 

Methods in org.camunda.bpm.engine.rest.sub.batch that return BatchDto
 BatchDto BatchResource.getBatch()
           
 

Uses of BatchDto in org.camunda.bpm.engine.rest.sub.batch.impl
 

Methods in org.camunda.bpm.engine.rest.sub.batch.impl that return BatchDto
 BatchDto BatchResourceImpl.getBatch()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.