org.camunda.bpm.engine.impl.core.model
Class CallableElementParameter

java.lang.Object
  extended by org.camunda.bpm.engine.impl.core.model.CallableElementParameter

public class CallableElementParameter
extends Object

Author:
Roman Smirnov

Field Summary
protected  boolean allVariables
           
protected  boolean readLocal
           
protected  ParameterValueProvider sourceValueProvider
           
protected  String target
           
 
Constructor Summary
CallableElementParameter()
           
 
Method Summary
 void applyTo(VariableScope variableScope, org.camunda.bpm.engine.variable.VariableMap variables)
           
 Object getSource(VariableScope variableScope)
           
 ParameterValueProvider getSourceValueProvider()
           
 String getTarget()
           
 boolean isAllVariables()
           
 boolean isReadLocal()
           
 void setAllVariables(boolean allVariables)
           
 void setReadLocal(boolean readLocal)
           
 void setSourceValueProvider(ParameterValueProvider source)
           
 void setTarget(String target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceValueProvider

protected ParameterValueProvider sourceValueProvider

target

protected String target

allVariables

protected boolean allVariables

readLocal

protected boolean readLocal
Constructor Detail

CallableElementParameter

public CallableElementParameter()
Method Detail

getSource

public Object getSource(VariableScope variableScope)

applyTo

public void applyTo(VariableScope variableScope,
                    org.camunda.bpm.engine.variable.VariableMap variables)

getSourceValueProvider

public ParameterValueProvider getSourceValueProvider()

setSourceValueProvider

public void setSourceValueProvider(ParameterValueProvider source)

getTarget

public String getTarget()

setTarget

public void setTarget(String target)

isAllVariables

public boolean isAllVariables()

setAllVariables

public void setAllVariables(boolean allVariables)

setReadLocal

public void setReadLocal(boolean readLocal)

isReadLocal

public boolean isReadLocal()


Copyright © 2016 camunda services GmbH. All rights reserved.