Uses of Interface
org.camunda.bpm.engine.history.HistoricVariableInstance
- 
Packages that use HistoricVariableInstance Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.rest.dto.history org.camunda.bpm.engine.rest.sub.history.impl 
- 
- 
Uses of HistoricVariableInstance in org.camunda.bpm.engine.implMethods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricVariableInstance Modifier and Type Method Description java.util.List<HistoricVariableInstance>HistoricVariableInstanceQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<HistoricVariableInstance>NativeHistoricVariableInstanceQueryImpl. executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)
- 
Uses of HistoricVariableInstance in org.camunda.bpm.engine.impl.persistence.entityClasses in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricVariableInstance Modifier and Type Class Description classHistoricVariableInstanceEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricVariableInstance Modifier and Type Method Description java.util.List<HistoricVariableInstance>HistoricVariableInstanceManager. findHistoricVariableInstancesByCaseInstanceId(java.lang.String caseInstanceId)java.util.List<HistoricVariableInstance>HistoricVariableInstanceManager. findHistoricVariableInstancesByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<HistoricVariableInstance>HistoricVariableInstanceManager. findHistoricVariableInstancesByProcessInstanceId(java.lang.String processInstanceId)java.util.List<HistoricVariableInstance>HistoricVariableInstanceManager. findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page)
- 
Uses of HistoricVariableInstance in org.camunda.bpm.engine.rest.dto.historyMethods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricVariableInstance Modifier and Type Method Description static HistoricVariableInstanceDtoHistoricVariableInstanceDto. fromHistoricVariableInstance(HistoricVariableInstance historicVariableInstance)
- 
Uses of HistoricVariableInstance in org.camunda.bpm.engine.rest.sub.history.implMethods in org.camunda.bpm.engine.rest.sub.history.impl that return types with arguments of type HistoricVariableInstance Modifier and Type Method Description protected Query<HistoricVariableInstanceQuery,HistoricVariableInstance>HistoricVariableInstanceResourceImpl. baseQueryForBinaryVariable()protected Query<HistoricVariableInstanceQuery,HistoricVariableInstance>HistoricVariableInstanceResourceImpl. baseQueryForVariable(boolean deserializeObjectValue)Methods in org.camunda.bpm.engine.rest.sub.history.impl with parameters of type HistoricVariableInstance Modifier and Type Method Description protected TypedValueHistoricVariableInstanceResourceImpl. transformQueryResultIntoTypedValue(HistoricVariableInstance queryResult)protected HistoricVariableInstanceDtoHistoricVariableInstanceResourceImpl. transformToDto(HistoricVariableInstance queryResult)
 
-