Interface MessageAction
- All Known Implementing Classes:
AbstractMailAction
,CheckMailUnicity
,CheckSenderAction
,CreateDocumentsAction
,CreateDocumentsFromAutomationChainAction
,DocumentURLAction
,EndAction
,ExtractMessageInformationAction
,SendMailAction
,StartAction
,StoreMessageAction
,TransformMessageAction
public interface MessageAction
Object method for a message action.
- Author:
- Alexandre Russel
-
Method Summary
Modifier and TypeMethodDescriptionboolean
execute
(ExecutionContext context) Executes one action.void
reset
(ExecutionContext context)
-
Method Details
-
execute
Executes one action.If it returns false, the following actions from the pipe are not executed.
- Throws:
javax.mail.MessagingException
- See Also:
-
reset
-