org.nuxeo.cm.core.service
Class GetMailboxesUnrestricted
java.lang.Object
org.nuxeo.ecm.core.api.UnrestrictedSessionRunner
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
Fields inherited from class org.nuxeo.ecm.core.api.UnrestrictedSessionRunner |
isUnrestricted |
Methods inherited from class org.nuxeo.ecm.core.api.UnrestrictedSessionRunner |
getOriginatingUsername, runUnrestricted, setOriginatingUsername |
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)
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()
Copyright © 2011 Nuxeo SAS. All Rights Reserved.