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

Packages that use HistoricCaseInstanceDto
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 HistoricCaseInstanceDto in org.camunda.bpm.engine.rest.dto.history
 

Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricCaseInstanceDto
static HistoricCaseInstanceDto HistoricCaseInstanceDto.fromHistoricCaseInstance(HistoricCaseInstance historicCaseInstance)
           
 

Uses of HistoricCaseInstanceDto in org.camunda.bpm.engine.rest.history
 

Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type HistoricCaseInstanceDto
 List<HistoricCaseInstanceDto> HistoricCaseInstanceRestService.getHistoricCaseInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
          Exposes the HistoricCaseInstanceQuery interface as a REST service.
 List<HistoricCaseInstanceDto> HistoricCaseInstanceRestService.queryHistoricCaseInstances(HistoricCaseInstanceQueryDto query, Integer firstResult, Integer maxResults)
           
 

Uses of HistoricCaseInstanceDto in org.camunda.bpm.engine.rest.impl.history
 

Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricCaseInstanceDto
 List<HistoricCaseInstanceDto> HistoricCaseInstanceRestServiceImpl.getHistoricCaseInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 List<HistoricCaseInstanceDto> HistoricCaseInstanceRestServiceImpl.queryHistoricCaseInstances(HistoricCaseInstanceQueryDto queryDto, Integer firstResult, Integer maxResults)
           
 

Uses of HistoricCaseInstanceDto in org.camunda.bpm.engine.rest.sub.history
 

Methods in org.camunda.bpm.engine.rest.sub.history that return HistoricCaseInstanceDto
 HistoricCaseInstanceDto HistoricCaseInstanceResource.getHistoricCaseInstance()
           
 

Uses of HistoricCaseInstanceDto in org.camunda.bpm.engine.rest.sub.history.impl
 

Methods in org.camunda.bpm.engine.rest.sub.history.impl that return HistoricCaseInstanceDto
 HistoricCaseInstanceDto HistoricCaseInstanceResourceImpl.getHistoricCaseInstance()
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.