Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.cm.exception.CaseManagementException

Packages that use CaseManagementException
org.nuxeo.cm.core.service   
org.nuxeo.cm.mailbox   
org.nuxeo.cm.service   
org.nuxeo.cm.web.mailbox   
 

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

Methods in org.nuxeo.cm.core.service that throw CaseManagementException
 List<Mailbox> DefaultMailboxCreator.createMailboxes(org.nuxeo.ecm.core.api.CoreSession session, String user)
           
 String CaseManagementDistributionTypeServiceImpl.getAllProperty(String distributionType)
           
 String CaseManagementDistributionTypeServiceImpl.getExternalProperty(String distributionType)
           
 String CaseManagementDistributionTypeServiceImpl.getInternalProperty(String distributionType)
           
 void CaseDistributionServiceImpl.SendPostUnrestricted.run()
           
 

Uses of CaseManagementException in org.nuxeo.cm.mailbox
 

Methods in org.nuxeo.cm.mailbox that throw CaseManagementException
 List<String> MailboxImpl.getFavorites()
           
 List<String> Mailbox.getFavorites()
          Gets the list of mailbox ids used as favorites
 void MailboxImpl.setFavorites(List<String> favorites)
           
 void Mailbox.setFavorites(List<String> favorites)
          Sets the list of mailbox ids used as favorites
 

Uses of CaseManagementException in org.nuxeo.cm.service
 

Methods in org.nuxeo.cm.service that throw CaseManagementException
 List<Mailbox> MailboxCreator.createMailboxes(org.nuxeo.ecm.core.api.CoreSession session, String user)
           
 String CaseManagementDistributionTypeService.getAllProperty(String distributionType)
          Get the all recipients property corresponding to the distribution type.
 String CaseManagementDistributionTypeService.getExternalProperty(String distributionType)
          Get the initial external recipients property corresponding to the distribution type.
 String CaseManagementDistributionTypeService.getInternalProperty(String distributionType)
          Get the initial internal recipients property corresponding to the distribution type.
 

Uses of CaseManagementException in org.nuxeo.cm.web.mailbox
 

Methods in org.nuxeo.cm.web.mailbox that throw CaseManagementException
 String CaseManagementMailboxActionsBean.createMailbox()
          Creates a new document mailBox document with the parent given by parentMailboxId
 List<Mailbox> CaseManagementMailboxActionsBean.getUserMailboxes()
          Returns all mailboxes for logged user.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.