public abstract class AbstractMailAction extends Object implements MessageAction
| Constructor and Description |
|---|
AbstractMailAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(ExecutionContext context)
Executes one action.
|
protected CoreSession |
getCoreSession(ExecutionContext context) |
void |
reset(ExecutionContext context) |
public AbstractMailAction()
public boolean execute(ExecutionContext context) throws javax.mail.MessagingException
MessageActionIf it returns false, the following actions from the pipe are not executed.
execute in interface MessageActionjavax.mail.MessagingExceptionExecutionContextpublic void reset(ExecutionContext context)
reset in interface MessageActionprotected CoreSession getCoreSession(ExecutionContext context)
Copyright © 2015 Nuxeo SA. All rights reserved.