Nuxeo Enterprise Platform 5.4

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 java.lang.Object
implements MailBoxActions

Author:
Alexandre Russel

Constructor Summary
MailBoxActionsImpl(javax.mail.Folder folder, boolean expungeOnExit)
           
 
Method Summary
 void addAction(MessageAction action)
           
 void addActions(java.util.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(javax.mail.Folder folder,
                          boolean expungeOnExit)
                   throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException
Method Detail

addAction

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

addActions

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

execute

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

execute

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.