@Name(value="facetedSearchConfigurationActions") @Scope(value=CONVERSATION) @Install(precedence=10) public class FacetedSearchConfigurationActions extends Object implements Serializable
| Constructor and Description |
|---|
FacetedSearchConfigurationActions() |
| Modifier and Type | Method and Description |
|---|---|
Set<ContentViewHeader> |
getNotSelectedContentViewHeaders() |
Set<ContentViewHeader> |
getNotSelectedContentViewHeaders(DocumentModel document)
Return a set of String naming the faceted search not currently selected
for the domain passed as parameter
|
Set<ContentViewHeader> |
getSelectedContentViewHeaders() |
Set<ContentViewHeader> |
getSelectedContentViewHeaders(DocumentModel document)
Return a set of String naming the faceted search allowed for the domain
passed as parameter
|
public Set<ContentViewHeader> getSelectedContentViewHeaders() throws Exception
Exceptionpublic Set<ContentViewHeader> getSelectedContentViewHeaders(DocumentModel document) throws Exception
document - the domain requiring faceted searches.Exceptionpublic Set<ContentViewHeader> getNotSelectedContentViewHeaders() throws Exception
Exceptionpublic Set<ContentViewHeader> getNotSelectedContentViewHeaders(DocumentModel document) throws Exception
document - the domainExceptionCopyright © 2013 Nuxeo SA. All Rights Reserved.