Class ListValueProvider
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.mapping.value.ListValueProvider
- All Implemented Interfaces:
ParameterValueProvider
- Author:
- Daniel Meyer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue(VariableScope variableScope) booleanvoidsetProviderList(List<ParameterValueProvider> providerList)
-
Field Details
-
providerList
-
-
Constructor Details
-
ListValueProvider
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceParameterValueProvider- Parameters:
variableScope- the scope in which the value is to be resolved.- Returns:
- the value
-
getProviderList
-
setProviderList
-
isDynamic
public boolean isDynamic()- Specified by:
isDynamicin interfaceParameterValueProvider- Returns:
- this method currently always returns false, but that might change in the future.
-