Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.cm.mailbox.MailboxHeader

Packages that use MailboxHeader
org.nuxeo.cm.core.service   
org.nuxeo.cm.distribution   
org.nuxeo.cm.ejb   
org.nuxeo.cm.mailbox   
org.nuxeo.cm.service   
org.nuxeo.cm.web.distribution   
 

Uses of MailboxHeader in org.nuxeo.cm.core.service
 

Methods in org.nuxeo.cm.core.service that return MailboxHeader
 MailboxHeader MailboxManagementServiceImpl.getMailboxHeader(org.nuxeo.ecm.core.api.CoreSession session, String muid)
           
 

Methods in org.nuxeo.cm.core.service that return types with arguments of type MailboxHeader
 List<MailboxHeader> SearchMailboxesHeadersUnrestricted.getMailboxesHeaders()
           
 List<MailboxHeader> GetMailboxesHeadersUnrestricted.getMailboxesHeaders()
           
 List<MailboxHeader> MailboxManagementServiceImpl.getMailboxesHeaders(org.nuxeo.ecm.core.api.CoreSession session, List<String> muids)
           
 List<MailboxHeader> MailboxManagementServiceImpl.searchMailboxes(org.nuxeo.ecm.core.api.CoreSession session, String pattern, String type)
           
 

Uses of MailboxHeader in org.nuxeo.cm.distribution
 

Classes in org.nuxeo.cm.distribution that implement MailboxHeader
 class ParticipantItem
           
 

Uses of MailboxHeader in org.nuxeo.cm.ejb
 

Methods in org.nuxeo.cm.ejb that return MailboxHeader
 MailboxHeader MailboxManagementBean.getMailboxHeader(org.nuxeo.ecm.core.api.CoreSession session, String mailboxId)
           
 

Methods in org.nuxeo.cm.ejb that return types with arguments of type MailboxHeader
 List<MailboxHeader> MailboxManagementBean.getMailboxesHeaders(org.nuxeo.ecm.core.api.CoreSession session, List<String> muids)
           
 List<MailboxHeader> MailboxManagementBean.searchMailboxes(org.nuxeo.ecm.core.api.CoreSession session, String pattern, String type)
           
 

Uses of MailboxHeader in org.nuxeo.cm.mailbox
 

Classes in org.nuxeo.cm.mailbox that implement MailboxHeader
 class MailboxHeaderImpl
          MailboxHeader implementation
 

Methods in org.nuxeo.cm.mailbox that return types with arguments of type MailboxHeader
static List<MailboxHeader> MailboxConstants.getMailboxHeaderList(List<org.nuxeo.ecm.core.api.DocumentModel> docs)
           
 

Methods in org.nuxeo.cm.mailbox with parameters of type MailboxHeader
 int MailboxHeaderImpl.compareTo(MailboxHeader other)
           
 

Uses of MailboxHeader in org.nuxeo.cm.service
 

Methods in org.nuxeo.cm.service that return MailboxHeader
 MailboxHeader MailboxManagementService.getMailboxHeader(org.nuxeo.ecm.core.api.CoreSession documentManager, String fav)
           
 

Methods in org.nuxeo.cm.service that return types with arguments of type MailboxHeader
 List<MailboxHeader> MailboxManagementService.getMailboxesHeaders(org.nuxeo.ecm.core.api.CoreSession session, List<String> muids)
          Returns the mailboxes with given unique identifiers and a session.
 List<MailboxHeader> MailboxManagementService.searchMailboxes(org.nuxeo.ecm.core.api.CoreSession session, String pattern, String type)
          Search mailboxes with given pattern
 

Uses of MailboxHeader in org.nuxeo.cm.web.distribution
 

Methods in org.nuxeo.cm.web.distribution that return MailboxHeader
static MailboxHeader DistributionFunctions.getMailboxHeader(org.nuxeo.ecm.core.api.CoreSession session, String mailboxId)
           
 

Methods in org.nuxeo.cm.web.distribution that return types with arguments of type MailboxHeader
static List<MailboxHeader> DistributionFunctions.getMailboxHeaders(org.nuxeo.ecm.core.api.CoreSession session, List<String> mailboxIds)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.