Class StoreMessageAction
java.lang.Object
org.nuxeo.ecm.platform.mail.action.StoreMessageAction
- All Implemented Interfaces:
MessageAction
- Author:
- Alexandre Russel
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
execute
(ExecutionContext context) Executes one action.protected String
void
reset
(ExecutionContext context)
-
Field Details
-
MAIL_MESSAGE
- See Also:
-
parentPath
-
-
Constructor Details
-
StoreMessageAction
-
-
Method Details
-
execute
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 interfaceMessageAction
- Throws:
javax.mail.MessagingException
- See Also:
-
getMailDocumentType
-
reset
- Specified by:
reset
in interfaceMessageAction
-