Class SendMailProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class SendMailProcessActionHandler
    extends ProcessActionHandler<Source>
    Process action handler for the sendmail service actions.
    Since:
    4.0.4
    Version:
    $Revision: 17594 $ $Date: 2015-07-17 11:22:41 -0300 (Fri, 17 Jul 2015) $
    • Field Detail

      • TYPE_DELETE_MAIL

        public static final 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 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 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