org.camunda.bpm.engine.impl.core.variable.mapping.value
Interface ParameterValueProvider

All Known Implementing Classes:
ConstantValueProvider, DefaultCallableElementTenantIdProvider, ElValueProvider, ListValueProvider, MapValueProvider, NullValueProvider, ScriptValueProvider

public interface ParameterValueProvider

Author:
Daniel Meyer

Method Summary
 Object getValue(VariableScope variableScope)
           
 

Method Detail

getValue

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


Copyright © 2017 camunda services GmbH. All rights reserved.