@Name(value="contentViewRestActions") @Scope(value=EVENT) public class ContentViewRestActions extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected ContentViewService | 
contentViewService  | 
| Constructor and Description | 
|---|
ContentViewRestActions()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getContentViewState(ContentView contentView)  | 
List<SortInfo> | 
getSortInfos(String sortColumn,
            boolean ascending)  | 
ContentView | 
restoreContentView(String contentViewName,
                  Long currentPage,
                  Long pageSize,
                  List<SortInfo> sortInfos,
                  String jsonContentViewState)  | 
@In(create=true) protected ContentViewService contentViewService
public ContentViewRestActions()
public String getContentViewState(ContentView contentView) throws IOException
IOExceptionpublic ContentView restoreContentView(String contentViewName, Long currentPage, Long pageSize, List<SortInfo> sortInfos, String jsonContentViewState) throws IOException
IOExceptionpublic List<SortInfo> getSortInfos(String sortColumn, boolean ascending)
Copyright © 2019 Nuxeo. All rights reserved.