Class PlatformVariableIsEmptyExpressionFunction

  • All Implemented Interfaces:
    org.flowable.common.engine.api.delegate.FlowableFunctionDelegate, org.flowable.common.engine.impl.el.FlowableAstFunctionCreator

    public class PlatformVariableIsEmptyExpressionFunction
    extends org.flowable.common.engine.impl.el.function.VariableIsEmptyExpressionFunction
    Author:
    Filip Hrisafov
    • Field Summary

      • Fields inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction

        functionName, functionNamesOptions, method, variableScopeName
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode createVariableNameNode​(org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode variableNode)  
      protected java.lang.reflect.Method findMethod​(java.lang.String functionName)  
      • Methods inherited from class org.flowable.common.engine.impl.el.function.VariableIsEmptyExpressionFunction

        isEmpty
      • Methods inherited from class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction

        createFunction, 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 Detail

      • PlatformVariableIsEmptyExpressionFunction

        public PlatformVariableIsEmptyExpressionFunction()
    • Method Detail

      • findMethod

        protected java.lang.reflect.Method findMethod​(java.lang.String functionName)
        Overrides:
        findMethod in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
      • createVariableNameNode

        protected org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode createVariableNameNode​(org.flowable.common.engine.impl.de.odysseus.el.tree.impl.ast.AstNode variableNode)
        Overrides:
        createVariableNameNode in class org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction