Class VariableBase64ExpressionFunction

java.lang.Object
org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
org.flowable.common.engine.impl.el.function.VariableBase64ExpressionFunction
All Implemented Interfaces:
FlowableFunctionDelegate, FlowableAstFunctionCreator

public class VariableBase64ExpressionFunction extends AbstractFlowableVariableExpressionFunction
Returns the Base64 encoded value of a variable.
Author:
Joram Barrez
  • Constructor Details

    • VariableBase64ExpressionFunction

      public VariableBase64ExpressionFunction()
  • Method Details