Class SendMailProcessActionHandler

    • Field Detail

      • TYPE_DELETE_MAIL

        public static final java.lang.String TYPE_DELETE_MAIL
        Type that indicates the action is to delete a mail.
        Since:
        4.0.4
        See Also:
        Constant Field Values
      • TYPE_UPDATE_MAIL_CONFIG

        public static final java.lang.String TYPE_UPDATE_MAIL_CONFIG
        Type that indicates the action is to update the mail configuration.
        Since:
        4.0.4
        See Also:
        Constant Field Values
      • TYPE_DELETE_MAIL_DESTINATION

        public static final java.lang.String TYPE_DELETE_MAIL_DESTINATION
        Type that indicates the action is to delete a mail destination.
        Since:
        8.1.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • SendMailProcessActionHandler

        public SendMailProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException