Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.mail.action
Class MailBoxActionsImpl

java.lang.Object
  extended by org.nuxeo.ecm.platform.mail.action.MailBoxActionsImpl
All Implemented Interfaces:
MailBoxActions

public class MailBoxActionsImpl
extends Object
implements MailBoxActions

Author:
Alexandre Russel

Constructor Summary
MailBoxActionsImpl(Folder folder, boolean expungeOnExit)
           
 
Method Summary
 void addAction(MessageAction action)
           
 void addActions(List<MessageAction> actions)
           
 void execute()
           
 void execute(ExecutionContext initialContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailBoxActionsImpl

public MailBoxActionsImpl(Folder folder,
                          boolean expungeOnExit)
                   throws MessagingException
Throws:
MessagingException
Method Detail

addAction

public void addAction(MessageAction action)
Specified by:
addAction in interface MailBoxActions

addActions

public void addActions(List<MessageAction> actions)
Specified by:
addActions in interface MailBoxActions

execute

public void execute()
             throws Exception
Specified by:
execute in interface MailBoxActions
Throws:
Exception

execute

public void execute(ExecutionContext initialContext)
             throws Exception
Specified by:
execute in interface MailBoxActions
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.