Nuxeo ECM Projects 5.4.3-SNAPSHOT

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 Exception
Executes one action.

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

Throws:
Exception
See Also:
ExecutionContext

reset

void reset(ExecutionContext context)
           throws Exception
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.