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 java.util.List<BatchDto>BatchRestService. getBatches(javax.ws.rs.core.UriInfo uriInfo, java.lang.Integer firstResult, java.lang.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 classBatchStatisticsDtoMethods in org.camunda.bpm.engine.rest.dto.batch that return BatchDto Modifier and Type Method Description static BatchDtoBatchDto. 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 BatchDtoHistoricDecisionInstanceRestService. deleteAsync(DeleteHistoricDecisionInstancesDto dto)BatchDtoHistoricProcessInstanceRestService. deleteAsync(DeleteHistoricProcessInstancesDto dto)BatchDtoHistoricBatchRestService. setRemovalTimeAsync(SetRemovalTimeToHistoricBatchesDto dto)BatchDtoHistoricDecisionInstanceRestService. setRemovalTimeAsync(SetRemovalTimeToHistoricDecisionInstancesDto dto)BatchDtoHistoricProcessInstanceRestService. 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 java.util.List<BatchDto>BatchRestServiceImpl. getBatches(javax.ws.rs.core.UriInfo uriInfo, java.lang.Integer firstResult, java.lang.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 BatchDtoHistoricDecisionInstanceRestServiceImpl. deleteAsync(DeleteHistoricDecisionInstancesDto dto)BatchDtoHistoricProcessInstanceRestServiceImpl. deleteAsync(DeleteHistoricProcessInstancesDto dto)BatchDtoHistoricBatchRestServiceImpl. setRemovalTimeAsync(SetRemovalTimeToHistoricBatchesDto dto)BatchDtoHistoricDecisionInstanceRestServiceImpl. setRemovalTimeAsync(SetRemovalTimeToHistoricDecisionInstancesDto dto)BatchDtoHistoricProcessInstanceRestServiceImpl. 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 BatchDtoBatchResource. 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 BatchDtoBatchResourceImpl. 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 BatchDtoProcessDefinitionResource. 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 BatchDtoProcessDefinitionResourceImpl. 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 BatchDtoProcessInstanceResource. 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 BatchDtoProcessInstanceResourceImpl. modifyProcessInstanceAsync(ProcessInstanceModificationDto dto)
-