Class ActionRef

    • Constructor Detail

      • ActionRef

        public ActionRef()
    • Method Detail

      • getParams

        public Params getParams()
        Gets the value of the params property.
        Returns:
        possible object is Params
      • setParams

        public void setParams​(Params value)
        Sets the value of the params property.
        Parameters:
        value - allowed object is Params
      • getCondition

        public Condition getCondition()
        Gets the value of the condition property.
        Returns:
        possible object is Condition
      • setCondition

        public void setCondition​(Condition value)
        Sets the value of the condition property.
        Parameters:
        value - allowed object is Condition
      • getPermissions

        public Permissions getPermissions()
        Gets the value of the permissions property.
        Returns:
        possible object is Permissions
      • setPermissions

        public void setPermissions​(Permissions value)
        Sets the value of the permissions property.
        Parameters:
        value - allowed object is Permissions
      • getId

        public String getId()
        The unique id of the referenced Action
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getEventId

        public String getEventId()
        The event-id of the referenced Action
        Returns:
        possible object is String
      • setEventId

        public void setEventId​(String value)
        Sets the value of the eventId property.
        Parameters:
        value - allowed object is String
      • getOnSuccess

        public String getOnSuccess()
        The URI to forward to after successfully performing the action.
        Returns:
        possible object is String
      • setOnSuccess

        public void setOnSuccess​(String value)
        Sets the value of the onSuccess property.
        Parameters:
        value - allowed object is String
      • isPageMessages

        public Boolean isPageMessages()
        Set to true to promote messages to the page, false to keep them on the action.
        Returns:
        possible object is Boolean
      • setPageMessages

        public void setPageMessages​(Boolean value)
        Sets the value of the pageMessages property.
        Parameters:
        value - allowed object is Boolean
      • getMode

        public String getMode()
        If the appNG-template or the application's custom templating supports some custom display mode(s), the mode can be used to control this custom behavior.
        Returns:
        possible object is String
      • setMode

        public void setMode​(String value)
        Sets the value of the mode property.
        Parameters:
        value - allowed object is String
      • isForceForward

        public boolean isForceForward()
        If onSuccess is set, forwarding can be forced, even in case of an error
        Returns:
        possible object is Boolean
      • setForceForward

        public void setForceForward​(Boolean value)
        Sets the value of the forceForward property.
        Parameters:
        value - allowed object is Boolean
      • getAsync

        public String getAsync()
        If evaluating to true, the Action will be executed asynchronously.
        Returns:
        possible object is String
      • setAsync

        public void setAsync​(String value)
        Sets the value of the async property.
        Parameters:
        value - allowed object is String
      • getClientValidation

        public String getClientValidation()
        If evaluating to true, the validation of the input-fields will be performed on the client (where possible).
        Returns:
        possible object is String
      • setClientValidation

        public void setClientValidation​(String value)
        Sets the value of the clientValidation property.
        Parameters:
        value - allowed object is String