Uses of Class
org.camunda.bpm.engine.rest.dto.batch.BatchDto
-
-
Uses of BatchDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type BatchDto Modifier and Type Method Description 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 Modifier and Type Class Description class
BatchStatisticsDto
Methods in org.camunda.bpm.engine.rest.dto.batch that return BatchDto Modifier and Type Method Description 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 Modifier and Type Method 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)
-
Uses of BatchDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type BatchDto Modifier and Type Method Description 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 Modifier and Type Method 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)
-
Uses of BatchDto in org.camunda.bpm.engine.rest.sub.batch
Methods in org.camunda.bpm.engine.rest.sub.batch that return BatchDto Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description BatchDto
ProcessDefinitionResourceImpl. 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 BatchDto Modifier and Type Method Description BatchDto
ProcessInstanceResource. 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 BatchDto Modifier and Type Method Description BatchDto
ProcessInstanceResourceImpl. modifyProcessInstanceAsync(ProcessInstanceModificationDto dto)
-