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

Packages that use HistoricVariableInstanceQueryDto
org.camunda.bpm.engine.rest.history   
org.camunda.bpm.engine.rest.impl.history   
 

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

Methods in org.camunda.bpm.engine.rest.history with parameters of type HistoricVariableInstanceQueryDto
 List<HistoricVariableInstanceDto> HistoricVariableInstanceRestService.queryHistoricVariableInstances(HistoricVariableInstanceQueryDto query, Integer firstResult, Integer maxResults, boolean deserializeValues)
           
 CountResultDto HistoricVariableInstanceRestService.queryHistoricVariableInstancesCount(HistoricVariableInstanceQueryDto query)
           
 

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

Methods in org.camunda.bpm.engine.rest.impl.history with parameters of type HistoricVariableInstanceQueryDto
 List<HistoricVariableInstanceDto> HistoricVariableInstanceRestServiceImpl.queryHistoricVariableInstances(HistoricVariableInstanceQueryDto queryDto, Integer firstResult, Integer maxResults, boolean deserializeObjectValues)
           
 CountResultDto HistoricVariableInstanceRestServiceImpl.queryHistoricVariableInstancesCount(HistoricVariableInstanceQueryDto queryDto)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.