Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.service
Interface MailboxCreator

All Known Implementing Classes:
DefaultMailboxCreator

public interface MailboxCreator

Interface for creation of personal mailbox.

Author:
Anahide Tchertchian

Method Summary
 List<Mailbox> createMailboxes(org.nuxeo.ecm.core.api.CoreSession session, String user)
           
 String getPersonalMailboxId(org.nuxeo.ecm.core.api.DocumentModel userModel)
           
 MailboxTitleGenerator getTitleGenerator()
          Returns the title generator to use when creating the personal mailbox
 

Method Detail

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

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.