Package | Description |
---|---|
org.nuxeo.ecm.platform.contentview.jsf | |
org.nuxeo.ecm.webapp.contentbrowser | |
org.nuxeo.search.ui | |
org.nuxeo.search.ui.seam |
Modifier and Type | Method and Description |
---|---|
protected ContentViewHeader |
ContentViewServiceImpl.getContentViewHeader(ContentViewDescriptor desc) |
ContentViewHeader |
ContentViewServiceImpl.getContentViewHeader(String name) |
ContentViewHeader |
ContentViewService.getContentViewHeader(String name)
Returns the content view header, or null if not found.
|
Modifier and Type | Method and Description |
---|---|
Set<ContentViewHeader> |
ContentViewServiceImpl.getContentViewHeaders() |
Set<ContentViewHeader> |
ContentViewService.getContentViewHeaders()
Returns all the registered content view headers, or an empty set if no content view is registered.
|
Set<ContentViewHeader> |
ContentViewServiceImpl.getContentViewHeaders(String flag) |
Set<ContentViewHeader> |
ContentViewService.getContentViewHeaders(String flag)
Returns all the registered content view headers with given flag declared on their definition
|
Modifier and Type | Method and Description |
---|---|
int |
ContentViewHeader.compareTo(ContentViewHeader o) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<ContentViewHeader>> |
DocumentContentViewActions.currentAvailableContentViews |
protected Map<String,List<ContentViewHeader>> |
DocumentContentViewActions.currentExportContentViews |
protected Map<String,Map<String,List<ContentViewHeader>>> |
DocumentContentViewActions.typeToContentView
Map caching content views defined on a given document type
|
protected Map<String,Map<String,List<ContentViewHeader>>> |
DocumentContentViewActions.typeToExportContentView
Map caching content views shown in export defined on a given document type
|
Modifier and Type | Method and Description |
---|---|
List<ContentViewHeader> |
SearchUIServiceImpl.getContentViewHeaders(ActionContext actionContext) |
List<ContentViewHeader> |
SearchUIService.getContentViewHeaders(ActionContext actionContext)
Returns the list of Content view headers associated to a search.
|
List<ContentViewHeader> |
SearchUIServiceImpl.getContentViewHeaders(ActionContext actionContext,
DocumentModel doc) |
List<ContentViewHeader> |
SearchUIService.getContentViewHeaders(ActionContext actionContext,
DocumentModel doc)
Returns the list of Content view headers associated to a search and depending of a local configuration.
|
Modifier and Type | Field and Description |
---|---|
protected List<ContentViewHeader> |
SearchUIActions.contentViewHeaders |
Modifier and Type | Method and Description |
---|---|
List<ContentViewHeader> |
SearchUIActions.getContentViewHeaders() |
List<ContentViewHeader> |
SearchUIConfigurationActions.getNotSelectedContentViewHeaders() |
List<ContentViewHeader> |
SearchUIConfigurationActions.getNotSelectedContentViewHeaders(DocumentModel document) |
List<ContentViewHeader> |
SearchUIConfigurationActions.getSelectedContentViewHeaders() |
List<ContentViewHeader> |
SearchUIConfigurationActions.getSelectedContentViewHeaders(DocumentModel document) |
Modifier and Type | Method and Description |
---|---|
protected List<javax.faces.model.SelectItem> |
SearchUIActions.convertCVToSelectItems(List<ContentViewHeader> contentViewHeaders) |
Copyright © 2018 Nuxeo. All rights reserved.