Class HistoricJPAEntityListVariableType
java.lang.Object
org.flowable.variable.service.impl.types.JPAEntityListVariableType
org.flowable.variable.service.impl.types.HistoricJPAEntityListVariableType
- All Implemented Interfaces:
VariableType,CacheableVariable
Subclass of
JPAEntityListVariableType which is cacheable, unlike the super-class. This is used when fetching historic variables- Author:
- Frederik Heremans
-
Field Summary
Fields inherited from class org.flowable.variable.service.impl.types.JPAEntityListVariableType
forceCachedValue, mappings, TYPE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class org.flowable.variable.service.impl.types.JPAEntityListVariableType
deserializeIds, getTypeName, getValue, isAbleToStore, serializeIds, setForceCacheable, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.variable.api.types.VariableType
isReadOnly
-
Constructor Details
-
HistoricJPAEntityListVariableType
public HistoricJPAEntityListVariableType()
-
-
Method Details
-
isCachable
public boolean isCachable()- Specified by:
isCachablein interfaceVariableType- Overrides:
isCachablein classJPAEntityListVariableType
-