Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.contentbrowser
Interface DomainActions

All Superinterfaces:
EventListener, SelectDataModelListener
All Known Implementing Classes:
DomainActionsBean

public interface DomainActions
extends SelectDataModelListener

Retrieves the domains found at a specific location and supports various operations on them.

Author:
Razvan Caraghin

Field Summary
static String DOMAINS_WORKING_LIST
           
 
Method Summary
 Boolean getCanAddDomains()
          Indicates if the current user can create a domain.
 DocumentModelList getDomains()
          Gets the available domains for the selected contentRoot.
 SelectDataModel getDomainsSelectModel()
          Gets the domains select list to be displayed in a table.
 void invalidateDomainList()
          Invalidate cached domain list (Seam event listener)
 
Methods inherited from interface org.nuxeo.ecm.platform.ui.web.model.SelectDataModelListener
processSelectRowEvent
 

Field Detail

DOMAINS_WORKING_LIST

static final String DOMAINS_WORKING_LIST
See Also:
Constant Field Values
Method Detail

getDomains

DocumentModelList getDomains()
                             throws ClientException
Gets the available domains for the selected contentRoot.

Throws:
ClientException

invalidateDomainList

void invalidateDomainList()
Invalidate cached domain list (Seam event listener)


getCanAddDomains

Boolean getCanAddDomains()
                         throws ClientException
Indicates if the current user can create a domain.

Throws:
ClientException

getDomainsSelectModel

SelectDataModel getDomainsSelectModel()
                                      throws ClientException
Gets the domains select list to be displayed in a table.

Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.