Class StoreMessageAction

java.lang.Object
org.nuxeo.ecm.platform.mail.action.StoreMessageAction
All Implemented Interfaces:
MessageAction

public class StoreMessageAction extends Object implements MessageAction
Author:
Alexandre Russel
  • Field Details

  • Constructor Details

    • StoreMessageAction

      public StoreMessageAction(String parentPath)
  • Method Details

    • execute

      public boolean execute(ExecutionContext context) throws jakarta.mail.MessagingException
      Description copied from interface: MessageAction
      Executes one action.

      If it returns false, the following actions from the pipe are not executed.

      Specified by:
      execute in interface MessageAction
      Throws:
      jakarta.mail.MessagingException
      See Also:
    • getMailDocumentType

      protected String getMailDocumentType()
    • reset

      public void reset(ExecutionContext context)
      Specified by:
      reset in interface MessageAction