Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.mail.action
Interface MessageAction

All Known Implementing Classes:
AbstractMailAction, CheckMailUnicity, CheckSenderAction, CreateDocumentsAction, DocumentURLAction, EndAction, ExtractMessageInformationAction, SendMailAction, StartAction, StoreMessageAction, TransformMessageAction

public interface MessageAction

Object method for a message action.

Author:
Alexandre Russel

Method Summary
 boolean execute(ExecutionContext context)
          Executes one action.
 void reset(ExecutionContext context)
           
 

Method Detail

execute

boolean execute(ExecutionContext context)
                throws java.lang.Exception
Executes one action.

If it returns false, the following actions from the pipe are not executed.

Throws:
java.lang.Exception
See Also:
ExecutionContext

reset

void reset(ExecutionContext context)
           throws java.lang.Exception
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.