Package | Description |
---|---|
org.nuxeo.cm.core.service | |
org.nuxeo.cm.distribution | |
org.nuxeo.cm.mailbox | |
org.nuxeo.cm.service | |
org.nuxeo.cm.web.distribution |
Modifier and Type | Method and Description |
---|---|
MailboxHeader |
MailboxManagementServiceImpl.getMailboxHeader(CoreSession session,
String muid) |
Modifier and Type | Method and Description |
---|---|
List<MailboxHeader> |
SearchMailboxesHeadersUnrestricted.getMailboxesHeaders() |
List<MailboxHeader> |
GetMailboxesHeadersUnrestricted.getMailboxesHeaders() |
List<MailboxHeader> |
MailboxManagementServiceImpl.getMailboxesHeaders(CoreSession session,
List<String> muids) |
List<MailboxHeader> |
MailboxManagementServiceImpl.searchMailboxes(CoreSession session,
String pattern,
String type) |
Modifier and Type | Class and Description |
---|---|
class |
ParticipantItem |
Modifier and Type | Class and Description |
---|---|
class |
MailboxHeaderImpl
MailboxHeader implementation
|
Modifier and Type | Method and Description |
---|---|
static List<MailboxHeader> |
MailboxConstants.getMailboxHeaderList(List<DocumentModel> docs) |
static List<MailboxHeader> |
MailboxConstants.getMailboxHeaders(List<Mailbox> mailboxes)
Returns mailbox headers for given mailboxes
|
Modifier and Type | Method and Description |
---|---|
int |
MailboxHeaderImpl.compareTo(MailboxHeader other) |
Modifier and Type | Method and Description |
---|---|
MailboxHeader |
MailboxManagementService.getMailboxHeader(CoreSession documentManager,
String fav) |
Modifier and Type | Method and Description |
---|---|
List<MailboxHeader> |
MailboxManagementService.getMailboxesHeaders(CoreSession session,
List<String> muids)
Returns the mailboxes with given unique identifiers and a session.
|
List<MailboxHeader> |
MailboxManagementService.searchMailboxes(CoreSession session,
String pattern,
String type)
Search mailboxes with given pattern
|
Modifier and Type | Method and Description |
---|---|
static MailboxHeader |
DistributionFunctions.getMailboxHeader(CoreSession session,
String mailboxId) |
Modifier and Type | Method and Description |
---|---|
static List<MailboxHeader> |
DistributionFunctions.getMailboxHeaders(CoreSession session,
List<String> mailboxIds) |
Copyright © 2013 Nuxeo SA. All Rights Reserved.