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

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

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

Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricProcessInstanceDto
static HistoricProcessInstanceDto HistoricProcessInstanceDto.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 HistoricProcessInstanceDto
 List<HistoricProcessInstanceDto> HistoricProcessInstanceRestService.getHistoricProcessInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
          Exposes the HistoricProcessInstanceQuery interface 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
 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.sub.history
 

Methods in org.camunda.bpm.engine.rest.sub.history that return HistoricProcessInstanceDto
 HistoricProcessInstanceDto HistoricProcessInstanceResource.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
 HistoricProcessInstanceDto HistoricProcessInstanceResourceImpl.getHistoricProcessInstance()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.