org.camunda.bpm.engine.impl.core.variable.mapping.value
Class ListValueProvider

java.lang.Object
  extended by org.camunda.bpm.engine.impl.core.variable.mapping.value.ListValueProvider
All Implemented Interfaces:
ParameterValueProvider

public class ListValueProvider
extends Object
implements ParameterValueProvider

Author:
Daniel Meyer

Field Summary
protected  List<ParameterValueProvider> providerList
           
 
Constructor Summary
ListValueProvider(List<ParameterValueProvider> providerList)
           
 
Method Summary
 List<ParameterValueProvider> getProviderList()
           
 Object getValue(VariableScope variableScope)
           
 void setProviderList(List<ParameterValueProvider> providerList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

providerList

protected List<ParameterValueProvider> providerList
Constructor Detail

ListValueProvider

public ListValueProvider(List<ParameterValueProvider> providerList)
Method Detail

getValue

public Object getValue(VariableScope variableScope)
Specified by:
getValue in interface ParameterValueProvider
Parameters:
variableScope - the scope in which the value is to be resolved.
Returns:
the value

getProviderList

public List<ParameterValueProvider> getProviderList()

setProviderList

public void setProviderList(List<ParameterValueProvider> providerList)


Copyright © 2017 camunda services GmbH. All rights reserved.