public class JPAEntityVariableType extends Object implements VariableType, CacheableVariable
| Constructor and Description |
|---|
JPAEntityVariableType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeName() |
Object |
getValue(ValueFields valueFields) |
boolean |
isAbleToStore(Object value) |
boolean |
isCachable() |
void |
setForceCacheable(boolean forceCachedValue)
Force the value to be cacheable.
|
void |
setValue(Object value,
ValueFields valueFields) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisReadOnlypublic static final String TYPE_NAME
public String getTypeName()
getTypeName in interface VariableTypepublic boolean isCachable()
isCachable in interface VariableTypepublic boolean isAbleToStore(Object value)
isAbleToStore in interface VariableTypepublic void setValue(Object value, ValueFields valueFields)
setValue in interface VariableTypepublic Object getValue(ValueFields valueFields)
getValue in interface VariableTypepublic void setForceCacheable(boolean forceCachedValue)
setForceCacheable in interface CacheableVariableCopyright © 2022 Flowable. All rights reserved.