FlowableEvent implementations.FlowableVariableEvent.EntityManager instance associated with this session.NoExecutionVariableScope has no state, it's safe to use the same instance to prevent too many useless instances created.VariableScopeImpl.getVariable(String), but with an extra parameter to indicate whether or not all variables need to be fetched.JPAEntityListVariableType which is cacheable, unlike the super-class.JPAEntityVariableType which is cacheable, unlike the super-class.HistoricVariableInstanceQuery.HistoricVariableInstanceEntity is a binary variable and the command-context is active, the variable value is fetched to ensure the byte-array is populated.VariableInstanceEntity is a binary variable and the command-context is active, the variable value is fetched to ensure the byte-array is populated.EntityMetaData based on it.VariableType
if wants to track changes to the data that it is saving.VariableScopeImpl.setVariable(String, Object) fetches all variables (for historical and backwards compatible reasons) while setting the variables.VariableScopeImpl.setVariableLocal(String, Object) fetches all variables (for historical and backwards compatible reasons) while setting the variables.CommandContextCloseListener that holds one TraceableObject instance that is added by MutableVariableType(s).VariableInstance, used for storing transient variables on a VariableScope, as the VariableScope works with instances of VariableInstance
and not with raw key/values.Copyright © 2021 Flowable. All rights reserved.