Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.core.service
Class GetMailboxesHeadersUnrestricted

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

public class GetMailboxesHeadersUnrestricted
extends GetMailboxesUnrestricted

Get mailboxes headers 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
GetMailboxesHeadersUnrestricted(org.nuxeo.ecm.core.api.CoreSession session, List<String> muids)
           
 
Method Summary
 List<MailboxHeader> getMailboxesHeaders()
           
 void run()
           
 
Methods inherited from class org.nuxeo.cm.core.service.GetMailboxesUnrestricted
getMailboxes
 
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

GetMailboxesHeadersUnrestricted

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

run

public void run()
         throws org.nuxeo.ecm.core.api.ClientException
Overrides:
run in class GetMailboxesUnrestricted
Throws:
org.nuxeo.ecm.core.api.ClientException

getMailboxesHeaders

public List<MailboxHeader> getMailboxesHeaders()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.