public class JPAEntityVariableType extends Object implements org.flowable.variable.api.types.VariableType, org.flowable.variable.service.impl.types.CacheableVariable
| Constructor and Description |
|---|
JPAEntityVariableType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeName() |
Object |
getValue(org.flowable.variable.api.types.ValueFields valueFields) |
boolean |
isAbleToStore(Object value) |
boolean |
isCachable() |
void |
setForceCacheable(boolean forceCachedValue)
Force the value to be cacheable.
|
void |
setValue(Object value,
org.flowable.variable.api.types.ValueFields valueFields) |
public static final String TYPE_NAME
public String getTypeName()
getTypeName in interface org.flowable.variable.api.types.VariableTypepublic boolean isCachable()
isCachable in interface org.flowable.variable.api.types.VariableTypepublic boolean isAbleToStore(Object value)
isAbleToStore in interface org.flowable.variable.api.types.VariableTypepublic void setValue(Object value, org.flowable.variable.api.types.ValueFields valueFields)
setValue in interface org.flowable.variable.api.types.VariableTypepublic Object getValue(org.flowable.variable.api.types.ValueFields valueFields)
getValue in interface org.flowable.variable.api.types.VariableTypepublic void setForceCacheable(boolean forceCachedValue)
setForceCacheable in interface org.flowable.variable.service.impl.types.CacheableVariableCopyright © 2018 Flowable. All rights reserved.