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   
org.camunda.bpm.engine.rest.sub.repository   
org.camunda.bpm.engine.rest.sub.repository.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 ProcessInstanceRestService.deleteAsyncHistoricQueryBased(DeleteProcessInstancesDto dto)
           
 BatchDto MigrationRestService.executeMigrationPlanAsync(MigrationExecutionDto migrationPlan)
           
 BatchDto ModificationRestService.executeModificationAsync(ModificationDto modificationExecutionDto)
           
 BatchDto JobRestService.setRetries(SetJobRetriesDto setJobRetriesDto)
           
 BatchDto ExternalTaskRestService.setRetriesAsync(SetRetriesForExternalTasksDto retriesDto)
           
 BatchDto ProcessInstanceRestService.setRetriesByProcess(SetJobRetriesByProcessDto setJobRetriesDto)
           
 BatchDto ProcessInstanceRestService.setRetriesByProcessHistoricQueryBased(SetJobRetriesByProcessDto setJobRetriesDto)
           
 BatchDto ProcessInstanceRestService.updateSuspensionStateAsync(ProcessInstanceSuspensionStateDto dto)
           
 

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 ProcessInstanceRestServiceImpl.deleteAsyncHistoricQueryBased(DeleteProcessInstancesDto deleteProcessInstancesDto)
           
 BatchDto MigrationRestServiceImpl.executeMigrationPlanAsync(MigrationExecutionDto migrationExecution)
           
 BatchDto ModificationRestServiceImpl.executeModificationAsync(ModificationDto modificationExecutionDto)
           
 BatchDto JobRestServiceImpl.setRetries(SetJobRetriesDto setJobRetriesDto)
           
 BatchDto ExternalTaskRestServiceImpl.setRetriesAsync(SetRetriesForExternalTasksDto retriesDto)
           
 BatchDto ProcessInstanceRestServiceImpl.setRetriesByProcess(SetJobRetriesByProcessDto setJobRetriesDto)
           
 BatchDto ProcessInstanceRestServiceImpl.setRetriesByProcessHistoricQueryBased(SetJobRetriesByProcessDto setJobRetriesDto)
           
 BatchDto ProcessInstanceRestServiceImpl.updateSuspensionStateAsync(ProcessInstanceSuspensionStateDto dto)
           
 

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()
           
 

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

Methods in org.camunda.bpm.engine.rest.sub.repository that return BatchDto
 BatchDto ProcessDefinitionResource.restartProcessInstanceAsync(RestartProcessInstanceDto restartProcessInstanceDto)
           
 

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

Methods in org.camunda.bpm.engine.rest.sub.repository.impl that return BatchDto
 BatchDto ProcessDefinitionResourceImpl.restartProcessInstanceAsync(RestartProcessInstanceDto restartProcessInstanceDto)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.