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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexecute(ExecutionContext context)Executes one action.voidreset(ExecutionContext context)
-
-
-
Method Detail
-
execute
boolean execute(ExecutionContext context) throws javax.mail.MessagingException
Executes one action.If it returns false, the following actions from the pipe are not executed.
- Throws:
javax.mail.MessagingException- See Also:
ExecutionContext
-
reset
void reset(ExecutionContext context)
-
-