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
MessageAction
If it returns false, the following actions from the pipe are not executed.
execute
in interface MessageAction
javax.mail.MessagingException
ExecutionContext
public void reset(ExecutionContext context)
reset
in interface MessageAction
protected CoreSession getCoreSession(ExecutionContext context)
Copyright © 2018 Nuxeo. All rights reserved.