org.nuxeo.cm.web.context
Interface CaseManagementContextHolder
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ActionableCaseLinkActionsBean, CaseItemDocumentActionsBean, CaseManagementCaseActionsBean, CaseManagementContextBoundInstance, CaseManagementContextHolderBean, CaseManagementDistributionActionsBean, CaseManagementHistoryActionsBean, CaseManagementMailboxActionsBean, CaseManagementMailboxTabsActionsBean, CaseManagementRelationActionsBean, CaseManagementRoutingActionsBean, CorrespondenceCommentActionsBean, CorrespondenceDistributeOutgoingMailActionsBean, CorrespondenceDocumentActionsBean, CorrespondenceEditOutgoingMailActionsBean, CorrespondenceEditOutgoingMailTabsBean, CorrespondenceMailboxActionsBean, CorrespondenceRelationActionsBean, CorrespondenceSearchDocumentBean, MailboxMailingListBean
public interface CaseManagementContextHolder
- extends Serializable
Holds references to current mailbox, current envelope and current email in
the envelope.
getCurrentMailbox
Mailbox getCurrentMailbox()
throws org.nuxeo.ecm.core.api.ClientException
- Throws:
org.nuxeo.ecm.core.api.ClientException
getCurrentCase
Case getCurrentCase()
throws org.nuxeo.ecm.core.api.ClientException
- Throws:
org.nuxeo.ecm.core.api.ClientException
getCurrentCaseItem
org.nuxeo.ecm.core.api.DocumentModel getCurrentCaseItem()
throws org.nuxeo.ecm.core.api.ClientException
- Throws:
org.nuxeo.ecm.core.api.ClientException
Copyright © 2011 Nuxeo SAS. All Rights Reserved.