Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
-
-
Uses of HistoricTaskInstanceDto in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricTaskInstanceDto Modifier and Type Method Description static HistoricTaskInstanceDtoHistoricTaskInstanceDto. fromHistoricTaskInstance(org.camunda.bpm.engine.history.HistoricTaskInstance taskInstance) -
Uses of HistoricTaskInstanceDto in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type HistoricTaskInstanceDto Modifier and Type Method Description List<HistoricTaskInstanceDto>HistoricTaskInstanceRestService. getHistoricTaskInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)Exposes theHistoricTaskInstanceQueryinterface as a REST service.List<HistoricTaskInstanceDto>HistoricTaskInstanceRestService. queryHistoricTaskInstances(HistoricTaskInstanceQueryDto queryDto, Integer firstResult, Integer maxResults) -
Uses of HistoricTaskInstanceDto in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricTaskInstanceDto Modifier and Type Method Description List<HistoricTaskInstanceDto>HistoricTaskInstanceRestServiceImpl. getHistoricTaskInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)List<HistoricTaskInstanceDto>HistoricTaskInstanceRestServiceImpl. queryHistoricTaskInstances(HistoricTaskInstanceQueryDto queryDto, Integer firstResult, Integer maxResults) -
Uses of HistoricTaskInstanceDto in org.camunda.bpm.engine.rest.impl.optimize
Methods in org.camunda.bpm.engine.rest.impl.optimize that return types with arguments of type HistoricTaskInstanceDto Modifier and Type Method Description List<HistoricTaskInstanceDto>OptimizeRestService. getCompletedHistoricTaskInstances(String finishedAfterAsString, String finishedAtAsString, int maxResults)List<HistoricTaskInstanceDto>OptimizeRestService. getRunningHistoricTaskInstances(String startedAfterAsString, String startedAtAsString, int maxResults)
-