Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
Packages that use HistoricTaskInstanceDto
Package
Description
-
Uses of HistoricTaskInstanceDto in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricTaskInstanceDtoModifier and TypeMethodDescriptionstatic 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 HistoricTaskInstanceDtoModifier and TypeMethodDescriptionHistoricTaskInstanceRestService.getHistoricTaskInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Exposes theHistoricTaskInstanceQueryinterface as a REST service.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 HistoricTaskInstanceDtoModifier and TypeMethodDescriptionHistoricTaskInstanceRestServiceImpl.getHistoricTaskInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) 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 HistoricTaskInstanceDtoModifier and TypeMethodDescriptionOptimizeRestService.getCompletedHistoricTaskInstances(String finishedAfterAsString, String finishedAtAsString, int maxResults) OptimizeRestService.getRunningHistoricTaskInstances(String startedAfterAsString, String startedAtAsString, int maxResults)