Uses of Class
org.camunda.bpm.engine.rest.dto.batch.BatchDto
Packages that use BatchDto
Package
Description
-
Uses of BatchDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return BatchDtoModifier and TypeMethodDescriptionProcessInstanceRestService.correlateMessageAsync
(CorrelationMessageAsyncDto correlationMessageAsyncDto) ProcessInstanceRestService.deleteAsync
(DeleteProcessInstancesDto dto) ProcessInstanceRestService.deleteAsyncHistoricQueryBased
(DeleteProcessInstancesDto dto) MigrationRestService.executeMigrationPlanAsync
(MigrationExecutionDto migrationPlan) ModificationRestService.executeModificationAsync
(ModificationDto modificationExecutionDto) JobRestService.setRetries
(SetJobRetriesDto setJobRetriesDto) ExternalTaskRestService.setRetriesAsync
(SetRetriesForExternalTasksDto retriesDto) ProcessInstanceRestService.setRetriesByProcess
(SetJobRetriesByProcessDto setJobRetriesDto) ProcessInstanceRestService.setRetriesByProcessHistoricQueryBased
(SetJobRetriesByProcessDto setJobRetriesDto) ProcessInstanceRestService.setVariablesAsync
(SetVariablesAsyncDto setVariablesAsyncDto) ProcessInstanceRestService.updateSuspensionStateAsync
(ProcessInstanceSuspensionStateAsyncDto dto) Methods in org.camunda.bpm.engine.rest that return types with arguments of type BatchDtoModifier and TypeMethodDescriptionBatchRestService.getBatches
(jakarta.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.batchMethods in org.camunda.bpm.engine.rest.dto.batch that return BatchDto -
Uses of BatchDto in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history that return BatchDtoModifier and TypeMethodDescriptionHistoricDecisionInstanceRestService.deleteAsync
(DeleteHistoricDecisionInstancesDto dto) HistoricProcessInstanceRestService.deleteAsync
(DeleteHistoricProcessInstancesDto dto) HistoricBatchRestService.setRemovalTimeAsync
(SetRemovalTimeToHistoricBatchesDto dto) HistoricDecisionInstanceRestService.setRemovalTimeAsync
(SetRemovalTimeToHistoricDecisionInstancesDto dto) HistoricProcessInstanceRestService.setRemovalTimeAsync
(SetRemovalTimeToHistoricProcessInstancesDto dto) -
Uses of BatchDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return BatchDtoModifier and TypeMethodDescriptionProcessInstanceRestServiceImpl.correlateMessageAsync
(CorrelationMessageAsyncDto correlationMessageAsyncDto) ProcessInstanceRestServiceImpl.deleteAsync
(DeleteProcessInstancesDto dto) ProcessInstanceRestServiceImpl.deleteAsyncHistoricQueryBased
(DeleteProcessInstancesDto deleteProcessInstancesDto) MigrationRestServiceImpl.executeMigrationPlanAsync
(MigrationExecutionDto migrationExecution) ModificationRestServiceImpl.executeModificationAsync
(ModificationDto modificationExecutionDto) JobRestServiceImpl.setRetries
(SetJobRetriesDto setJobRetriesDto) ExternalTaskRestServiceImpl.setRetriesAsync
(SetRetriesForExternalTasksDto retriesDto) ProcessInstanceRestServiceImpl.setRetriesByProcess
(SetJobRetriesByProcessDto setJobRetriesDto) ProcessInstanceRestServiceImpl.setRetriesByProcessHistoricQueryBased
(SetJobRetriesByProcessDto setJobRetriesDto) ProcessInstanceRestServiceImpl.setVariablesAsync
(SetVariablesAsyncDto setVariablesAsyncDto) ProcessInstanceRestServiceImpl.updateSuspensionStateAsync
(ProcessInstanceSuspensionStateAsyncDto dto) Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type BatchDtoModifier and TypeMethodDescriptionBatchRestServiceImpl.getBatches
(jakarta.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 BatchDtoModifier and TypeMethodDescriptionHistoricDecisionInstanceRestServiceImpl.deleteAsync
(DeleteHistoricDecisionInstancesDto dto) HistoricProcessInstanceRestServiceImpl.deleteAsync
(DeleteHistoricProcessInstancesDto dto) HistoricBatchRestServiceImpl.setRemovalTimeAsync
(SetRemovalTimeToHistoricBatchesDto dto) HistoricDecisionInstanceRestServiceImpl.setRemovalTimeAsync
(SetRemovalTimeToHistoricDecisionInstancesDto dto) HistoricProcessInstanceRestServiceImpl.setRemovalTimeAsync
(SetRemovalTimeToHistoricProcessInstancesDto dto) -
Uses of BatchDto in org.camunda.bpm.engine.rest.sub.batch
Methods in org.camunda.bpm.engine.rest.sub.batch that return BatchDto -
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 -
Uses of BatchDto in org.camunda.bpm.engine.rest.sub.repository
Methods in org.camunda.bpm.engine.rest.sub.repository that return BatchDtoModifier and TypeMethodDescriptionProcessDefinitionResource.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 BatchDtoModifier and TypeMethodDescriptionProcessDefinitionResourceImpl.restartProcessInstanceAsync
(RestartProcessInstanceDto restartProcessInstanceDto) -
Uses of BatchDto in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime that return BatchDtoModifier and TypeMethodDescriptionProcessInstanceResource.modifyProcessInstanceAsync
(ProcessInstanceModificationDto dto) -
Uses of BatchDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return BatchDtoModifier and TypeMethodDescriptionProcessInstanceResourceImpl.modifyProcessInstanceAsync
(ProcessInstanceModificationDto dto)