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: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
    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