public class BpmnAggregatedVariableType extends Object implements org.flowable.variable.api.types.VariableType
| Modifier and Type | Field and Description |
|---|---|
protected ProcessEngineConfigurationImpl |
processEngineConfiguration |
static String |
TYPE_NAME |
| Constructor and Description |
|---|
BpmnAggregatedVariableType(ProcessEngineConfigurationImpl processEngineConfiguration) |
| 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 ProcessEngineConfigurationImpl processEngineConfiguration
public BpmnAggregatedVariableType(ProcessEngineConfigurationImpl processEngineConfiguration)
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 © 2022 Flowable. All rights reserved.