Class CmmnAggregatedVariableType
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.variable.CmmnAggregatedVariableType
-
- All Implemented Interfaces:
org.flowable.variable.api.types.VariableType
public class CmmnAggregatedVariableType extends Object implements org.flowable.variable.api.types.VariableType
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected CmmnEngineConfigurationcmmnEngineConfigurationstatic StringTYPE_NAME
-
Constructor Summary
Constructors Constructor Description CmmnAggregatedVariableType(CmmnEngineConfiguration cmmnEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTypeName()ObjectgetValue(org.flowable.variable.api.types.ValueFields valueFields)booleanisAbleToStore(Object value)booleanisCachable()booleanisReadOnly()voidsetValue(Object value, org.flowable.variable.api.types.ValueFields valueFields)
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
cmmnEngineConfiguration
protected final CmmnEngineConfiguration cmmnEngineConfiguration
-
-
Constructor Detail
-
CmmnAggregatedVariableType
public CmmnAggregatedVariableType(CmmnEngineConfiguration cmmnEngineConfiguration)
-
-
Method Detail
-
getTypeName
public String getTypeName()
- Specified by:
getTypeNamein interfaceorg.flowable.variable.api.types.VariableType
-
isCachable
public boolean isCachable()
- Specified by:
isCachablein interfaceorg.flowable.variable.api.types.VariableType
-
isAbleToStore
public boolean isAbleToStore(Object value)
- Specified by:
isAbleToStorein interfaceorg.flowable.variable.api.types.VariableType
-
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnlyin interfaceorg.flowable.variable.api.types.VariableType
-
setValue
public void setValue(Object value, org.flowable.variable.api.types.ValueFields valueFields)
- Specified by:
setValuein interfaceorg.flowable.variable.api.types.VariableType
-
getValue
public Object getValue(org.flowable.variable.api.types.ValueFields valueFields)
- Specified by:
getValuein interfaceorg.flowable.variable.api.types.VariableType
-
-