org.nuxeo.ecm.platform.mail.action
Class Visitor
java.lang.Object
org.nuxeo.ecm.platform.mail.action.Visitor
public class Visitor
- extends Object
- Author:
- Alexandre Russel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Visitor
public Visitor(MessageActionPipe pipe)
visit
public void visit(Folder folder)
throws Exception
- Throws:
Exception
visit
public void visit(Folder folder,
ExecutionContext initialContext)
throws Exception
- Visit every message of given folder and every message of its subfolders.
- Parameters:
folder
- initialContext
- context variables passed to each execution context
- Throws:
Exception
visit
public void visit(Message[] messages,
ExecutionContext initialContext)
throws Exception
- Visit given messages
- Parameters:
messages
- initialContext
- context variables passed to each execution context
- Throws:
Exception
Copyright © 2010 Nuxeo SAS. All Rights Reserved.