Class MessageRemover

  • All Implemented Interfaces:
    Serializable, IQueueTask

    public class MessageRemover
    extends AbstractMessageAction
    Removes a message from the targeted social network, if it allows.
    Since:
    6.1.0
    Version:
    $Revision: 24878 $ $Date: 2022-03-15 01:44:27 -0300 (Tue, 15 Mar 2022) $
    See Also:
    Serialized Form
    • Constructor Detail

      • MessageRemover

        public MessageRemover​(String messageId,
                              String accountId,
                              String messageContent,
                              Date publishDate)
    • Method Detail

      • run

        public void run()
                 throws PortalException
        Low level method that uses ISocialNetworkConnector to remove a message to the social network.
        Throws:
        PortalException