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 Type
    Method
    Description
    functionMethod(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PlatformMakeVariableTransientExpressionFunction

      public PlatformMakeVariableTransientExpressionFunction()
  • Method Details

    • functionMethod

      public Method functionMethod(String prefix, String localName) throws NoSuchMethodException
      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)