@Name(value="domainActions") @Scope(value=CONVERSATION) public class DomainActionsBean extends InputController implements DomainActions, Serializable
DOMAINS_WORKING_LIST
Constructor and Description |
---|
DomainActionsBean() |
Modifier and Type | Method and Description |
---|---|
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)
|
void |
processSelectRowEvent(SelectDataModelRowEvent event) |
computeOutcome, getAdministrator, logDocumentWithName, logDocumentWithTitle, removeDocumentFromList
public DocumentModelList getDomains() throws ClientException
DomainActions
getDomains
in interface DomainActions
ClientException
@Observer(value={"locationSelectionChanged","changeableDocumentCreated","documentChanged"}, create=false) @BypassInterceptors public void invalidateDomainList()
DomainActions
invalidateDomainList
in interface DomainActions
public Boolean getCanAddDomains() throws ClientException
DomainActions
getCanAddDomains
in interface DomainActions
ClientException
public SelectDataModel getDomainsSelectModel() throws ClientException
DomainActions
getDomainsSelectModel
in interface DomainActions
ClientException
public void processSelectRowEvent(SelectDataModelRowEvent event)
processSelectRowEvent
in interface SelectDataModelListener
Copyright © 2011 Nuxeo SA. All Rights Reserved.