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

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

public class OutputParameter
extends IoParameter

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

Author:
Daniel Meyer

Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
name, valueProvider
 
Constructor Summary
OutputParameter(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

OutputParameter

public OutputParameter(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.