public class ParallelMultiInstanceLoopVariableType extends Object implements org.flowable.variable.api.types.VariableType
| Modifier and Type | Field and Description |
|---|---|
protected static String |
NUMBER_OF_INSTANCES |
protected ProcessEngineConfigurationImpl |
processEngineConfiguration |
static String |
TYPE_NAME |
| Constructor and Description |
|---|
ParallelMultiInstanceLoopVariableType(ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeName() |
Object |
getValue(org.flowable.variable.api.types.ValueFields valueFields) |
protected Object |
getValue(org.flowable.variable.api.types.ValueFields valueFields,
CommandContext commandContext) |
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 static final String NUMBER_OF_INSTANCES
protected final ProcessEngineConfigurationImpl processEngineConfiguration
public ParallelMultiInstanceLoopVariableType(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 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.VariableTypeprotected Object getValue(org.flowable.variable.api.types.ValueFields valueFields, CommandContext commandContext)
public boolean isReadOnly()
isReadOnly in interface org.flowable.variable.api.types.VariableTypeCopyright © 2022 Flowable. All rights reserved.