org.camunda.bpm.engine.impl.cmmn.behavior
Class CallableElementParameter
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.behavior.CallableElementParameter
public class CallableElementParameter
- extends Object
- Author:
- Roman Smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sourceValueProvider
protected ParameterValueProvider sourceValueProvider
target
protected String target
allVariables
protected boolean allVariables
CallableElementParameter
public CallableElementParameter()
getSource
public Object getSource(CoreVariableScope<?> variableScope)
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)
Copyright © 2014 camunda services GmbH. All Rights Reserved.