Package com.appiancorp.suiteapi.expression.annotations


package com.appiancorp.suiteapi.expression.annotations
  • Annotation Interfaces
    Class
    Description
    Functions annotated with this annotation will show up under the internal "Appian Scripting Functions" category.
    Defines the category in the expression editor in which the function annotated with this annotation should appear.
    Indicates that either a method is a function (if placed on a method), or that all public methods in a class are functions (if placed on a class).
    Functions annotated with this annotation will not show up in the Expression Editor UI.
    Defines the behavior of an expression function parameter.
    Defines the environments in which this function is supported
    By default, all functions created with the @Function annotation will be marked as supported in the low code platform environment.