Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
Packages that use HistoricProcessInstanceDto
Package
Description
-
Uses of HistoricProcessInstanceDto in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricProcessInstanceDtoModifier and TypeMethodDescriptionstatic HistoricProcessInstanceDtoHistoricProcessInstanceDto.fromHistoricProcessInstance(HistoricProcessInstance historicProcessInstance) -
Uses of HistoricProcessInstanceDto in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type HistoricProcessInstanceDtoModifier and TypeMethodDescriptionHistoricProcessInstanceRestService.getHistoricProcessInstances(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Exposes theHistoricProcessInstanceQueryinterface as a REST service.HistoricProcessInstanceRestService.queryHistoricProcessInstances(HistoricProcessInstanceQueryDto query, Integer firstResult, Integer maxResults) -
Uses of HistoricProcessInstanceDto in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricProcessInstanceDtoModifier and TypeMethodDescriptionHistoricProcessInstanceRestServiceImpl.getHistoricProcessInstances(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) HistoricProcessInstanceRestServiceImpl.queryHistoricProcessInstances(HistoricProcessInstanceQueryDto queryDto, Integer firstResult, Integer maxResults) -
Uses of HistoricProcessInstanceDto in org.camunda.bpm.engine.rest.impl.optimize
Methods in org.camunda.bpm.engine.rest.impl.optimize that return types with arguments of type HistoricProcessInstanceDtoModifier and TypeMethodDescriptionOptimizeRestService.getCompletedHistoricProcessInstances(String finishedAfterAsString, String finishedAtAsString, int maxResults) OptimizeRestService.getRunningHistoricProcessInstances(String startedAfterAsString, String startedAtAsString, int maxResults) -
Uses of HistoricProcessInstanceDto in org.camunda.bpm.engine.rest.sub.history
Methods in org.camunda.bpm.engine.rest.sub.history that return HistoricProcessInstanceDto -
Uses of HistoricProcessInstanceDto in org.camunda.bpm.engine.rest.sub.history.impl
Methods in org.camunda.bpm.engine.rest.sub.history.impl that return HistoricProcessInstanceDtoModifier and TypeMethodDescriptionHistoricProcessInstanceResourceImpl.getHistoricProcessInstance()