Class PlatformMakeVariableTransientExpressionFunction
java.lang.Object
org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
com.flowable.platform.common.el.function.PlatformMakeVariableTransientExpressionFunction
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
,org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
public class PlatformMakeVariableTransientExpressionFunction
extends org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
- Author:
- Roman Saratz
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
functionName, functionNamesOptions, method, variableScopeName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfunctionMethod
(String prefix, String localName) protected static org.flowable.common.engine.impl.el.ExpressionManager
getExpressionManager
(org.flowable.common.engine.api.variable.VariableContainer variableContainer) static void
makeTransient
(org.flowable.common.engine.api.variable.VariableContainer variableContainer, String variableName) Methods inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
createFunction, createVariableNameNode, findMethod, functionMethod, getFunctionNames, getVariableValue, localName, localNames, prefix, prefixes, valuesAreNumbers
-
Constructor Details
-
PlatformMakeVariableTransientExpressionFunction
public PlatformMakeVariableTransientExpressionFunction()
-
-
Method Details
-
functionMethod
- Throws:
NoSuchMethodException
-
makeTransient
public static void makeTransient(org.flowable.common.engine.api.variable.VariableContainer variableContainer, String variableName) -
getExpressionManager
protected static org.flowable.common.engine.impl.el.ExpressionManager getExpressionManager(org.flowable.common.engine.api.variable.VariableContainer variableContainer)
-