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

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

Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricVariableInstanceDto
static HistoricVariableInstanceDto HistoricVariableInstanceDto.fromHistoricVariableInstance(HistoricVariableInstance historicVariableInstance)
           
 

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

Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type HistoricVariableInstanceDto
 List<HistoricVariableInstanceDto> HistoricVariableInstanceRestService.getHistoricVariableInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeValues)
          Exposes the HistoricVariableInstanceQuery interface as a REST service.
 List<HistoricVariableInstanceDto> HistoricVariableInstanceRestService.queryHistoricVariableInstances(HistoricVariableInstanceQueryDto query, Integer firstResult, Integer maxResults, boolean deserializeValues)
           
 

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

Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricVariableInstanceDto
 List<HistoricVariableInstanceDto> HistoricVariableInstanceRestServiceImpl.getHistoricVariableInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeObjectValues)
           
 List<HistoricVariableInstanceDto> HistoricVariableInstanceRestServiceImpl.queryHistoricVariableInstances(HistoricVariableInstanceQueryDto queryDto, Integer firstResult, Integer maxResults, boolean deserializeObjectValues)
           
 

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

Methods in org.camunda.bpm.engine.rest.sub.history that return HistoricVariableInstanceDto
 HistoricVariableInstanceDto HistoricVariableInstanceResource.getResource(boolean deserializeValue)
           
 

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

Methods in org.camunda.bpm.engine.rest.sub.history.impl that return HistoricVariableInstanceDto
protected  HistoricVariableInstanceDto HistoricVariableInstanceResourceImpl.transformToDto(HistoricVariableInstance queryResult)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.