Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.core.service
Class GetMailboxesUnrestricted

java.lang.Object
  extended by org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
      extended by org.nuxeo.cm.core.service.GetMailboxesUnrestricted
Direct Known Subclasses:
GetMailboxesHeadersUnrestricted

public class GetMailboxesUnrestricted
extends org.nuxeo.ecm.core.api.UnrestrictedSessionRunner

Get mailboxes using an unrestricted session and the given muids.

Author:
Laurent Doguin

Field Summary
 
Fields inherited from class org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
isUnrestricted
 
Constructor Summary
GetMailboxesUnrestricted(org.nuxeo.ecm.core.api.CoreSession session, List<String> muids)
           
GetMailboxesUnrestricted(org.nuxeo.ecm.core.api.CoreSession session, String muid)
           
 
Method Summary
 List<Mailbox> getMailboxes()
           
 void run()
           
 
Methods inherited from class org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
getOriginatingUsername, runUnrestricted, setOriginatingUsername
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMailboxesUnrestricted

public GetMailboxesUnrestricted(org.nuxeo.ecm.core.api.CoreSession session,
                                List<String> muids)

GetMailboxesUnrestricted

public GetMailboxesUnrestricted(org.nuxeo.ecm.core.api.CoreSession session,
                                String muid)
Method Detail

run

public void run()
         throws org.nuxeo.ecm.core.api.ClientException
Specified by:
run in class org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
Throws:
org.nuxeo.ecm.core.api.ClientException

getMailboxes

public List<Mailbox> getMailboxes()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.