Class CallableElementParameter
java.lang.Object
org.camunda.bpm.engine.impl.core.model.CallableElementParameter
- Author:
- Roman Smirnov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected ParameterValueProviderprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(VariableScope variableScope, VariableMap variables) getSource(VariableScope variableScope) booleanbooleanvoidsetAllVariables(boolean allVariables) voidsetReadLocal(boolean readLocal) voidvoid
-
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()
-