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 boolean
execute(ExecutionContext context)
Executes one action.void
reset(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)
-
-