Class UiExpressionForm

java.lang.Object
com.appiancorp.suiteapi.process.forms.UiExpressionForm
All Implemented Interfaces:
JSONable, JSONCacheable, Serializable

public class UiExpressionForm extends Object implements JSONCacheable, Serializable
UiExpressionForm This class represents a user interface generated by expression.
See Also:
  • Constructor Details

    • UiExpressionForm

      public UiExpressionForm()
  • Method Details

    • getHiddenAttributes

      public HashSet getHiddenAttributes()
      Description copied from interface: JSONable
      Returns the set of attributes (properties) that should not be included in the JSON representation of the object.
      Specified by:
      getHiddenAttributes in interface JSONable
      Returns:
      the set of hidden attributes
    • getExpression

      public String getExpression()
    • setExpression

      public void setExpression(String expression)