Class CallableElementParameter
java.lang.Object
org.camunda.bpm.engine.impl.core.model.CallableElementParameter
- Author:
- Roman Smirnov
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected boolean
protected ParameterValueProvider
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyTo
(VariableScope variableScope, VariableMap variables) getSource
(VariableScope variableScope) boolean
boolean
void
setAllVariables
(boolean allVariables) void
setReadLocal
(boolean readLocal) void
void
-
Field Details
-
sourceValueProvider
-
target
-
allVariables
protected boolean allVariables -
readLocal
protected boolean readLocal
-
-
Constructor Details
-
CallableElementParameter
public CallableElementParameter()
-
-
Method Details
-
getSource
-
applyTo
-
getSourceValueProvider
-
setSourceValueProvider
-
getTarget
-
setTarget
-
isAllVariables
public boolean isAllVariables() -
setAllVariables
public void setAllVariables(boolean allVariables) -
setReadLocal
public void setReadLocal(boolean readLocal) -
isReadLocal
public boolean isReadLocal()
-