Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
Packages that use HistoricVariableInstanceEntity
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricVariableInstanceEntity in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type HistoricVariableInstanceEntityModifier and TypeMethodDescriptionprotected boolean
HistoricVariableInstanceQueryImpl.shouldFetchValue
(HistoricVariableInstanceEntity entity) -
Uses of HistoricVariableInstanceEntity in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoricVariableInstanceEntityModifier and TypeMethodDescriptionvoid
CommandChecker.checkDeleteHistoricVariableInstance
(HistoricVariableInstanceEntity variable) Checks if it is allowed to delete the given historic variable instance. -
Uses of HistoricVariableInstanceEntity in org.camunda.bpm.engine.impl.cfg.auth
Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type HistoricVariableInstanceEntityModifier and TypeMethodDescriptionvoid
AuthorizationCommandChecker.checkDeleteHistoricVariableInstance
(HistoricVariableInstanceEntity variable) -
Uses of HistoricVariableInstanceEntity in org.camunda.bpm.engine.impl.cfg.multitenancy
Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type HistoricVariableInstanceEntityModifier and TypeMethodDescriptionvoid
TenantCommandChecker.checkDeleteHistoricVariableInstance
(HistoricVariableInstanceEntity variable) -
Uses of HistoricVariableInstanceEntity in org.camunda.bpm.engine.impl.oplog
Methods in org.camunda.bpm.engine.impl.oplog with parameters of type HistoricVariableInstanceEntityModifier and TypeMethodDescriptionUserOperationLogContextEntryBuilder.inContextOf
(HistoricVariableInstanceEntity variable, ResourceDefinitionEntity<?> definition, List<PropertyChange> propertyChanges) -
Uses of HistoricVariableInstanceEntity in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return HistoricVariableInstanceEntityModifier and TypeMethodDescriptionHistoricVariableInstanceManager.findHistoricVariableInstanceByVariableInstanceId
(String variableInstanceId) Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoricVariableInstanceEntityModifier and TypeMethodDescriptionvoid
UserOperationLogManager.logHistoricVariableOperation
(String operation, HistoricVariableInstanceEntity historicVariableInstance, ResourceDefinitionEntity<?> definition, PropertyChange propertyChange)