Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
List<BatchDto> |
BatchRestService.getBatches(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
Modifier and Type | Class and Description |
---|---|
class |
BatchStatisticsDto |
Modifier and Type | Method and Description |
---|---|
static BatchDto |
BatchDto.fromBatch(Batch batch) |
Modifier and Type | Method and Description |
---|---|
BatchDto |
HistoricDecisionInstanceRestService.deleteAsync(DeleteHistoricDecisionInstancesDto dto) |
BatchDto |
HistoricProcessInstanceRestService.deleteAsync(DeleteHistoricProcessInstancesDto dto) |
BatchDto |
HistoricBatchRestService.setRemovalTimeAsync(SetRemovalTimeToHistoricBatchesDto dto) |
BatchDto |
HistoricDecisionInstanceRestService.setRemovalTimeAsync(SetRemovalTimeToHistoricDecisionInstancesDto dto) |
BatchDto |
HistoricProcessInstanceRestService.setRemovalTimeAsync(SetRemovalTimeToHistoricProcessInstancesDto dto) |
Modifier and Type | Method and Description |
---|---|
List<BatchDto> |
BatchRestServiceImpl.getBatches(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
Modifier and Type | Method and Description |
---|---|
BatchDto |
HistoricDecisionInstanceRestServiceImpl.deleteAsync(DeleteHistoricDecisionInstancesDto dto) |
BatchDto |
HistoricProcessInstanceRestServiceImpl.deleteAsync(DeleteHistoricProcessInstancesDto dto) |
BatchDto |
HistoricBatchRestServiceImpl.setRemovalTimeAsync(SetRemovalTimeToHistoricBatchesDto dto) |
BatchDto |
HistoricDecisionInstanceRestServiceImpl.setRemovalTimeAsync(SetRemovalTimeToHistoricDecisionInstancesDto dto) |
BatchDto |
HistoricProcessInstanceRestServiceImpl.setRemovalTimeAsync(SetRemovalTimeToHistoricProcessInstancesDto dto) |
Modifier and Type | Method and Description |
---|---|
BatchDto |
BatchResource.getBatch() |
Modifier and Type | Method and Description |
---|---|
BatchDto |
BatchResourceImpl.getBatch() |
Modifier and Type | Method and Description |
---|---|
BatchDto |
ProcessDefinitionResource.restartProcessInstanceAsync(RestartProcessInstanceDto restartProcessInstanceDto) |
Modifier and Type | Method and Description |
---|---|
BatchDto |
ProcessDefinitionResourceImpl.restartProcessInstanceAsync(RestartProcessInstanceDto restartProcessInstanceDto) |
Modifier and Type | Method and Description |
---|---|
BatchDto |
ProcessInstanceResource.modifyProcessInstanceAsync(ProcessInstanceModificationDto dto) |
Modifier and Type | Method and Description |
---|---|
BatchDto |
ProcessInstanceResourceImpl.modifyProcessInstanceAsync(ProcessInstanceModificationDto dto) |
Copyright © 2022. All rights reserved.