@Name(value="contentViewRestActions") @Scope(value=EVENT) public class ContentViewRestActions extends Object implements Serializable
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) |
public String getContentViewState(ContentView contentView) throws UnsupportedEncodingException, ClientException
public ContentView restoreContentView(String contentViewName, Long currentPage, Long pageSize, List<SortInfo> sortInfos, String jsonContentViewState) throws UnsupportedEncodingException, ClientException
Copyright © 2013 Nuxeo SA. All Rights Reserved.