org.camunda.bpm.engine.impl.core.variable.mapping
Class InputParameter

java.lang.Object
  extended by org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
      extended by org.camunda.bpm.engine.impl.core.variable.mapping.InputParameter

public class InputParameter
extends IoParameter

               +-----------------+
               |                 |
  outer scope-----> inner scope  |
               |                 |
               +-----------------+
 

Author:
Daniel Meyer

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
name, valueProvider
 
Constructor Summary
InputParameter(String name, ParameterValueProvider valueProvider)
           
 
Method Summary
protected  void execute(AbstractVariableScope innerScope, AbstractVariableScope outerScope)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
execute, getName, getValueProvider, setName, setValueProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputParameter

public InputParameter(String name,
                      ParameterValueProvider valueProvider)
Method Detail

execute

protected void execute(AbstractVariableScope innerScope,
                       AbstractVariableScope outerScope)
Specified by:
execute in class IoParameter


Copyright © 2016 camunda services GmbH. All rights reserved.