Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity

Packages that use HistoricVariableInstanceEntity
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of HistoricVariableInstanceEntity in org.camunda.bpm.engine.impl
 

Methods in org.camunda.bpm.engine.impl with parameters of type HistoricVariableInstanceEntity
protected  boolean HistoricVariableInstanceQueryImpl.shouldFetchSerializedValueFor(HistoricVariableInstanceEntity variableInstance)
          Eagerly fetch the variable's serialized value unless the type is "bytes" and binary fetching disabled
protected  boolean HistoricVariableInstanceQueryImpl.shouldFetchValueFor(HistoricVariableInstanceEntity variableInstance)
          eagerly fetch the variable's value unless the serialized value should not be fetched or custom object fetching is disabled
 

Uses of HistoricVariableInstanceEntity in org.camunda.bpm.engine.impl.persistence.entity
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return HistoricVariableInstanceEntity
 HistoricVariableInstanceEntity HistoricVariableInstanceManager.findHistoricVariableInstanceByVariableInstanceId(String variableInstanceId)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.