Uses of Class
org.camunda.community.rest.client.dto.BatchDto
Packages that use BatchDto
-
Uses of BatchDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return BatchDtoModifier and TypeMethodDescriptionProcessInstanceApi.correlateMessageAsyncOperation(CorrelationMessageAsyncDto correlationMessageAsyncDto) Correlate Message Async (POST) Correlates a message asynchronously to executions that are waiting for this message.ProcessInstanceApi.correlateMessageAsyncOperation(CorrelationMessageAsyncDto correlationMessageAsyncDto, Map<String, String> additionalHeaders) Correlate Message Async (POST) Correlates a message asynchronously to executions that are waiting for this message.HistoricDecisionInstanceApi.deleteAsync(DeleteHistoricDecisionInstancesDto deleteHistoricDecisionInstancesDto) Delete Async (POST) Delete multiple historic decision instances asynchronously (batch).HistoricDecisionInstanceApi.deleteAsync(DeleteHistoricDecisionInstancesDto deleteHistoricDecisionInstancesDto, Map<String, String> additionalHeaders) Delete Async (POST) Delete multiple historic decision instances asynchronously (batch).ProcessInstanceApi.deleteAsyncHistoricQueryBased(DeleteProcessInstancesDto deleteProcessInstancesDto) Delete Async Historic Query Based (POST) Deletes a set of process instances asynchronously (batch) based on a historic process instance query.ProcessInstanceApi.deleteAsyncHistoricQueryBased(DeleteProcessInstancesDto deleteProcessInstancesDto, Map<String, String> additionalHeaders) Delete Async Historic Query Based (POST) Deletes a set of process instances asynchronously (batch) based on a historic process instance query.HistoricProcessInstanceApi.deleteHistoricProcessInstancesAsync(DeleteHistoricProcessInstancesDto deleteHistoricProcessInstancesDto) Delete Async (POST) Delete multiple historic process instances asynchronously (batch).HistoricProcessInstanceApi.deleteHistoricProcessInstancesAsync(DeleteHistoricProcessInstancesDto deleteHistoricProcessInstancesDto, Map<String, String> additionalHeaders) Delete Async (POST) Delete multiple historic process instances asynchronously (batch).ProcessInstanceApi.deleteProcessInstancesAsyncOperation(DeleteProcessInstancesDto deleteProcessInstancesDto) Delete Async (POST) Deletes multiple process instances asynchronously (batch).ProcessInstanceApi.deleteProcessInstancesAsyncOperation(DeleteProcessInstancesDto deleteProcessInstancesDto, Map<String, String> additionalHeaders) Delete Async (POST) Deletes multiple process instances asynchronously (batch).MigrationApi.executeMigrationPlanAsync(MigrationExecutionDto migrationExecutionDto) Execute Migration Plan Async (Batch) Executes a migration plan asynchronously (batch) for multiple process instances.MigrationApi.executeMigrationPlanAsync(MigrationExecutionDto migrationExecutionDto, Map<String, String> additionalHeaders) Execute Migration Plan Async (Batch) Executes a migration plan asynchronously (batch) for multiple process instances.ModificationApi.executeModificationAsync(ModificationDto modificationDto) Execute Modification Async (Batch) Executes a modification asynchronously for multiple process instances.ModificationApi.executeModificationAsync(ModificationDto modificationDto, Map<String, String> additionalHeaders) Execute Modification Async (Batch) Executes a modification asynchronously for multiple process instances.Get Retrieves a batch by id, according to the Batch interface in the engine.Get Retrieves a batch by id, according to the Batch interface in the engine.ProcessInstanceApi.modifyProcessInstanceAsyncOperation(String id, ProcessInstanceModificationDto processInstanceModificationDto) Modify Process Instance Execution State Async Submits a list of modification instructions to change a process instance's execution state async.ProcessInstanceApi.modifyProcessInstanceAsyncOperation(String id, ProcessInstanceModificationDto processInstanceModificationDto, Map<String, String> additionalHeaders) Modify Process Instance Execution State Async Submits a list of modification instructions to change a process instance's execution state async.ProcessDefinitionApi.restartProcessInstanceAsyncOperation(String id, RestartProcessInstanceDto restartProcessInstanceDto) Restart Process Instance Async Restarts process instances that were canceled or terminated asynchronously.ProcessDefinitionApi.restartProcessInstanceAsyncOperation(String id, RestartProcessInstanceDto restartProcessInstanceDto, Map<String, String> additionalHeaders) Restart Process Instance Async Restarts process instances that were canceled or terminated asynchronously.ExternalTaskApi.setExternalTaskRetriesAsyncOperation(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto) Set Retries Async Sets the number of retries left to execute external tasks by id asynchronously.ExternalTaskApi.setExternalTaskRetriesAsyncOperation(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto, Map<String, String> additionalHeaders) Set Retries Async Sets the number of retries left to execute external tasks by id asynchronously.JobApi.setJobRetriesAsyncOperation(SetJobRetriesDto setJobRetriesDto) Set Job Retries Async (POST) Create a batch to set retries of jobs asynchronously.JobApi.setJobRetriesAsyncOperation(SetJobRetriesDto setJobRetriesDto, Map<String, String> additionalHeaders) Set Job Retries Async (POST) Create a batch to set retries of jobs asynchronously.HistoricProcessInstanceApi.setRemovalTimeAsync(SetRemovalTimeToHistoricProcessInstancesDto setRemovalTimeToHistoricProcessInstancesDto) Set Removal Time Async (POST) Sets the removal time to multiple historic process instances asynchronously (batch).HistoricProcessInstanceApi.setRemovalTimeAsync(SetRemovalTimeToHistoricProcessInstancesDto setRemovalTimeToHistoricProcessInstancesDto, Map<String, String> additionalHeaders) Set Removal Time Async (POST) Sets the removal time to multiple historic process instances asynchronously (batch).HistoricBatchApi.setRemovalTimeAsyncHistoricBatch(SetRemovalTimeToHistoricBatchesDto setRemovalTimeToHistoricBatchesDto) Set Removal Time Async (POST) Sets the removal time to multiple historic batches asynchronously (batch).HistoricBatchApi.setRemovalTimeAsyncHistoricBatch(SetRemovalTimeToHistoricBatchesDto setRemovalTimeToHistoricBatchesDto, Map<String, String> additionalHeaders) Set Removal Time Async (POST) Sets the removal time to multiple historic batches asynchronously (batch).HistoricDecisionInstanceApi.setRemovalTimeAsyncHistoricDecisionInstance(SetRemovalTimeToHistoricDecisionInstancesDto setRemovalTimeToHistoricDecisionInstancesDto) Set Removal Time Async (POST) Sets the removal time to multiple historic decision instances asynchronously (batch).HistoricDecisionInstanceApi.setRemovalTimeAsyncHistoricDecisionInstance(SetRemovalTimeToHistoricDecisionInstancesDto setRemovalTimeToHistoricDecisionInstancesDto, Map<String, String> additionalHeaders) Set Removal Time Async (POST) Sets the removal time to multiple historic decision instances asynchronously (batch).ProcessInstanceApi.setRetriesByProcess(SetJobRetriesByProcessDto setJobRetriesByProcessDto) Set Job Retries Async (POST) Create a batch to set retries of jobs associated with given processes asynchronously.ProcessInstanceApi.setRetriesByProcess(SetJobRetriesByProcessDto setJobRetriesByProcessDto, Map<String, String> additionalHeaders) Set Job Retries Async (POST) Create a batch to set retries of jobs associated with given processes asynchronously.ProcessInstanceApi.setRetriesByProcessHistoricQueryBased(SetJobRetriesByProcessDto setJobRetriesByProcessDto) Set Job Retries Async Historic Query Based (POST) Create a batch to set retries of jobs asynchronously based on a historic process instance query.ProcessInstanceApi.setRetriesByProcessHistoricQueryBased(SetJobRetriesByProcessDto setJobRetriesByProcessDto, Map<String, String> additionalHeaders) Set Job Retries Async Historic Query Based (POST) Create a batch to set retries of jobs asynchronously based on a historic process instance query.ProcessInstanceApi.setVariablesAsyncOperation(SetVariablesAsyncDto setVariablesAsyncDto) Set Variables Async (POST) Update or create runtime process variables in the root scope of process instances.ProcessInstanceApi.setVariablesAsyncOperation(SetVariablesAsyncDto setVariablesAsyncDto, Map<String, String> additionalHeaders) Set Variables Async (POST) Update or create runtime process variables in the root scope of process instances.ProcessInstanceApi.updateSuspensionStateAsyncOperation(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto) Activate/Suspend In Batch Activates or suspends process instances asynchronously with a list of process instance ids, a process instance query, and/or a historical process instance query.ProcessInstanceApi.updateSuspensionStateAsyncOperation(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto, Map<String, String> additionalHeaders) Activate/Suspend In Batch Activates or suspends process instances asynchronously with a list of process instance ids, a process instance query, and/or a historical process instance query.Methods in org.camunda.community.rest.client.api that return types with arguments of type BatchDtoModifier and TypeMethodDescriptionBatchApi.getBatches(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String batchId, String type, String tenantIdIn, Boolean withoutTenantId, Boolean suspended, String createdBy, OffsetDateTime startedBefore, OffsetDateTime startedAfter, Boolean withFailures, Boolean withoutFailures) Get List Queries for batches that fulfill given parameters.BatchApi.getBatches(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String batchId, String type, String tenantIdIn, Boolean withoutTenantId, Boolean suspended, String createdBy, OffsetDateTime startedBefore, OffsetDateTime startedAfter, Boolean withFailures, Boolean withoutFailures, Map<String, String> additionalHeaders) Get List Queries for batches that fulfill given parameters. -
Uses of BatchDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return BatchDtoModifier and TypeMethodDescriptionBatchDto.batchJobDefinitionId(String batchJobDefinitionId) BatchDto.batchJobsPerSeed(Integer batchJobsPerSeed) BatchDto.createUserId(String createUserId) BatchDto.executionStartTime(OffsetDateTime executionStartTime) BatchDto.invocationsPerBatchJob(Integer invocationsPerBatchJob) BatchDto.jobsCreated(Integer jobsCreated) BatchDto.monitorJobDefinitionId(String monitorJobDefinitionId) BatchDto.seedJobDefinitionId(String seedJobDefinitionId) BatchDto.startTime(OffsetDateTime startTime)