Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
-
-
Uses of HistoricProcessInstanceDto in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricProcessInstanceDto Modifier and Type Method Description static HistoricProcessInstanceDtoHistoricProcessInstanceDto. fromHistoricProcessInstance(org.camunda.bpm.engine.history.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 HistoricProcessInstanceDto Modifier and Type Method Description List<HistoricProcessInstanceDto>HistoricProcessInstanceRestService. getHistoricProcessInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)Exposes theHistoricProcessInstanceQueryinterface as a REST service.List<HistoricProcessInstanceDto>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 HistoricProcessInstanceDto Modifier and Type Method Description List<HistoricProcessInstanceDto>HistoricProcessInstanceRestServiceImpl. getHistoricProcessInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)List<HistoricProcessInstanceDto>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 HistoricProcessInstanceDto Modifier and Type Method Description List<HistoricProcessInstanceDto>OptimizeRestService. getCompletedHistoricProcessInstances(String finishedAfterAsString, String finishedAtAsString, int maxResults)List<HistoricProcessInstanceDto>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 Modifier and Type Method Description HistoricProcessInstanceDtoHistoricProcessInstanceResource. getHistoricProcessInstance() -
Uses of HistoricProcessInstanceDto in org.camunda.bpm.engine.rest.sub.history.impl
Methods in org.camunda.bpm.engine.rest.sub.history.impl that return HistoricProcessInstanceDto Modifier and Type Method Description HistoricProcessInstanceDtoHistoricProcessInstanceResourceImpl. getHistoricProcessInstance()
-