public class CmmnAggregatedVariableType extends Object implements org.flowable.variable.api.types.VariableType
| Modifier and Type | Field and Description |
|---|---|
protected CmmnEngineConfiguration |
cmmnEngineConfiguration |
static String |
TYPE_NAME |
| Constructor and Description |
|---|
CmmnAggregatedVariableType(CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeName() |
Object |
getValue(org.flowable.variable.api.types.ValueFields valueFields) |
boolean |
isAbleToStore(Object value) |
boolean |
isCachable() |
boolean |
isReadOnly() |
void |
setValue(Object value,
org.flowable.variable.api.types.ValueFields valueFields) |
public static final String TYPE_NAME
protected final CmmnEngineConfiguration cmmnEngineConfiguration
public CmmnAggregatedVariableType(CmmnEngineConfiguration cmmnEngineConfiguration)
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 boolean isReadOnly()
isReadOnly 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.VariableTypeCopyright © 2021 Flowable. All rights reserved.