Class FormFunction

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

    public class FormFunction
    extends _FormFunction
    Provides an form function entity.
    Since:
    17.10.0
    See Also:
    Serialized Form
    • Field Detail

      • TRIGGER_FORM_OPEN

        public static final String TRIGGER_FORM_OPEN
        Provides the 'Form Open' function trigger.
        See Also:
        Constant Field Values
      • TRIGGER_FORM_RESUME

        public static final String TRIGGER_FORM_RESUME
        Provides the 'Form Resume' function trigger.
        See Also:
        Constant Field Values
      • TRIGGER_FORM_SAVE_CHALLENGE

        public static final String TRIGGER_FORM_SAVE_CHALLENGE
        Provides the 'Form Save Challenge' function trigger.
        See Also:
        Constant Field Values
      • TRIGGER_FORM_UPDATE

        public static final String TRIGGER_FORM_UPDATE
        Provides the 'Form Update' function trigger.
        See Also:
        Constant Field Values
      • TRIGGER_FORM_INELIGIBLE

        public static final String TRIGGER_FORM_INELIGIBLE
        Provides the 'Form Ineligible' function trigger.
        See Also:
        Constant Field Values
      • TRIGGER_FORM_FUNCTION

        public static final String TRIGGER_FORM_FUNCTION
        Provides the 'Form Function' function trigger.
        See Also:
        Constant Field Values
      • TRIGGER_USER_SAVE

        public static final String TRIGGER_USER_SAVE
        Provides the 'User Save' function trigger.
        See Also:
        Constant Field Values
      • TRIGGER_USER_SUBMIT

        public static final String TRIGGER_USER_SUBMIT
        Provides the 'User Submit' function trigger.
        See Also:
        Constant Field Values
      • TRIGGER_USER_CANCEL

        public static final String TRIGGER_USER_CANCEL
        Provides the 'User Cancel' function trigger.
        See Also:
        Constant Field Values
      • TRIGGER_BACKGROUND_DELIVERY

        public static final String TRIGGER_BACKGROUND_DELIVERY
        Provides the 'Background Delivery' function trigger.
        See Also:
        Constant Field Values
      • TRIGGER_TYPES

        public static final List<String> TRIGGER_TYPES
        Provides a list of trigger types.
    • Constructor Detail

      • FormFunction

        public FormFunction()