org.nuxeo.cm.service
Interface MailboxCreator
- All Known Implementing Classes:
- DefaultMailboxCreator
public interface MailboxCreator
Interface for creation of personal mailbox.
- Author:
- Anahide Tchertchian
getPersonalMailboxId
String getPersonalMailboxId(org.nuxeo.ecm.core.api.DocumentModel userModel)
getTitleGenerator
MailboxTitleGenerator getTitleGenerator()
- Returns the title generator to use when creating the personal mailbox
- Since:
- 1.7
createMailboxes
List<Mailbox> createMailboxes(org.nuxeo.ecm.core.api.CoreSession session,
String user)
throws CaseManagementException
- Throws:
CaseManagementException
Copyright © 2011 Nuxeo SAS. All Rights Reserved.