Class MessageProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class MessageProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Process Action Handler to add, update or delete public social network messages.
    Since:
    6.1.0
    Version:
    $Revision: 20509 $ $Date: 2017-09-11 16:18:14 -0300 (Mon, 11 Sep 2017) $
    • Constructor Detail

      • MessageProcessActionHandler

        public MessageProcessActionHandler()
    • 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