org.camunda.bpm.engine.impl.core.mapping.value
Class NullValueProvider

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

public class NullValueProvider
extends Object
implements ParameterValueProvider

Author:
Daniel Meyer

Constructor Summary
NullValueProvider()
           
 
Method Summary
 Object getValue(CoreVariableScope<?> variableScope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullValueProvider

public NullValueProvider()
Method Detail

getValue

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


Copyright © 2014 camunda services GmbH. All Rights Reserved.