Package | Description |
---|---|
org.nuxeo.ecm.platform.contentview.jsf | |
org.nuxeo.ecm.platform.contentview.json | |
org.nuxeo.ecm.platform.contentview.seam | |
org.nuxeo.search.ui |
Modifier and Type | Class and Description |
---|---|
class |
ContentViewStateImpl
Default implementation of
ContentViewState |
Modifier and Type | Method and Description |
---|---|
ContentViewState |
ContentViewServiceImpl.saveContentView(ContentView contentView) |
ContentViewState |
ContentViewService.saveContentView(ContentView contentView)
Returns the state of this content view.
|
Modifier and Type | Method and Description |
---|---|
ContentView |
ContentViewServiceImpl.restoreContentView(ContentViewState contentViewState) |
ContentView |
ContentViewService.restoreContentView(ContentViewState contentViewState)
Restores a content view given a state.
|
void |
ContentViewServiceImpl.restoreContentViewState(ContentView contentView,
ContentViewState contentViewState) |
void |
ContentViewService.restoreContentViewState(ContentView contentView,
ContentViewState contentViewState)
Restores a content view to a given state.
|
Modifier and Type | Method and Description |
---|---|
static ContentViewState |
JSONContentViewState.fromJSON(String json,
boolean decode)
Returns the content view state from its String serialization in JSON format.
|
Modifier and Type | Method and Description |
---|---|
static String |
JSONContentViewState.toJSON(ContentViewState state,
boolean encode)
Returns the String serialization in JSON format of a content view state.
|
Modifier and Type | Method and Description |
---|---|
ContentView |
ContentViewActions.restoreContentView(ContentViewState state)
Restore a Content View from the given ContentView state.
|
Modifier and Type | Method and Description |
---|---|
ContentViewState |
SearchUIServiceImpl.loadSearch(DocumentModel savedSearch) |
ContentViewState |
SearchUIService.loadSearch(DocumentModel savedSearch)
Load the content view state for a given saved search.
|
Modifier and Type | Method and Description |
---|---|
DocumentModel |
SearchUIServiceImpl.saveSearch(CoreSession session,
ContentViewState searchContentViewState,
String title) |
DocumentModel |
SearchUIService.saveSearch(CoreSession session,
ContentViewState searchContentViewState,
String title)
Save the current search in the user workspace with the given title.
|
Copyright © 2015 Nuxeo SA. All rights reserved.