Uses of Interface
org.camunda.bpm.engine.history.HistoricVariableInstance
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricVariableInstance in org.camunda.bpm.engine.impl
Modifier and TypeMethodDescriptionHistoricVariableInstanceQueryImpl.executeList
(CommandContext commandContext, Page page) NativeHistoricVariableInstanceQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) -
Uses of HistoricVariableInstance in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionHistoricVariableInstanceManager.findHistoricVariableInstancesByCaseInstanceId
(String caseInstanceId) HistoricVariableInstanceManager.findHistoricVariableInstancesByNativeQuery
(Map<String, Object> parameterMap, int firstResult, int maxResults) HistoricVariableInstanceManager.findHistoricVariableInstancesByProcessInstanceId
(String processInstanceId) HistoricVariableInstanceManager.findHistoricVariableInstancesByQueryCriteria
(HistoricVariableInstanceQueryImpl historicProcessVariableQuery, Page page) -
Uses of HistoricVariableInstance in org.camunda.bpm.engine.rest.dto.history
Modifier and TypeMethodDescriptionstatic HistoricVariableInstanceDto
HistoricVariableInstanceDto.fromHistoricVariableInstance
(HistoricVariableInstance historicVariableInstance) -
Uses of HistoricVariableInstance in org.camunda.bpm.engine.rest.sub.history.impl
Modifier and TypeMethodDescriptionHistoricVariableInstanceResourceImpl.baseQueryForBinaryVariable()
HistoricVariableInstanceResourceImpl.baseQueryForVariable
(boolean deserializeObjectValue) Modifier and TypeMethodDescriptionprotected TypedValue
HistoricVariableInstanceResourceImpl.transformQueryResultIntoTypedValue
(HistoricVariableInstance queryResult) protected HistoricVariableInstanceDto
HistoricVariableInstanceResourceImpl.transformToDto
(HistoricVariableInstance queryResult)