Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto

Packages that use HistoricTaskInstanceDto
org.camunda.bpm.engine.rest.dto.history   
org.camunda.bpm.engine.rest.history   
org.camunda.bpm.engine.rest.impl.history   
 

Uses of HistoricTaskInstanceDto in org.camunda.bpm.engine.rest.dto.history
 

Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricTaskInstanceDto
static HistoricTaskInstanceDto HistoricTaskInstanceDto.fromHistoricTaskInstance(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
 List<HistoricTaskInstanceDto> HistoricTaskInstanceRestService.getHistoricTaskInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
          Exposes the HistoricTaskInstanceQuery interface 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
 List<HistoricTaskInstanceDto> HistoricTaskInstanceRestServiceImpl.getHistoricTaskInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 List<HistoricTaskInstanceDto> HistoricTaskInstanceRestServiceImpl.queryHistoricTaskInstances(HistoricTaskInstanceQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.