Class TransformMessageAction
java.lang.Object
org.nuxeo.ecm.platform.mail.action.TransformMessageAction
- All Implemented Interfaces:
MessageAction
Transforms the message using the transformer and puts it in the context under transformed.
- Author:
- Alexandre Russel
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
execute
(ExecutionContext context) Executes one action.void
reset
(ExecutionContext context)
-
Field Details
-
schemas
-
mailSchema
-
dcSchema
-
filesSchema
-
files
-
text
-
-
Constructor Details
-
TransformMessageAction
public TransformMessageAction()
-
-
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:
-
reset
- Specified by:
reset
in interfaceMessageAction
-