public class TransformMessageAction extends Object implements MessageAction
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
dcSchema |
protected List<Map<String,Object>> |
files |
protected Map<String,Object> |
filesSchema |
protected Map<String,Object> |
mailSchema |
protected Map<String,Map<String,Object>> |
schemas |
protected StringBuilder |
text |
| Constructor and Description |
|---|
TransformMessageAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(ExecutionContext context)
Executes one action.
|
void |
reset(ExecutionContext context) |
protected final Map<String,Object> mailSchema
protected final Map<String,Object> filesSchema
protected StringBuilder text
public TransformMessageAction()
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 MessageActionCopyright © 2018 Nuxeo. All rights reserved.