Class CallableElementParameter

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

public class CallableElementParameter extends Object
Author:
Roman Smirnov
  • Field Details

    • sourceValueProvider

      protected ParameterValueProvider sourceValueProvider
    • target

      protected String target
    • allVariables

      protected boolean allVariables
    • readLocal

      protected boolean readLocal
  • Constructor Details

    • CallableElementParameter

      public CallableElementParameter()
  • Method Details

    • getSource

      public Object getSource(VariableScope variableScope)
    • applyTo

      public void applyTo(VariableScope variableScope, 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()