@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 UnsupportedEncodingException
UnsupportedEncodingException
public ContentView restoreContentView(String contentViewName, Long currentPage, Long pageSize, List<SortInfo> sortInfos, String jsonContentViewState) throws UnsupportedEncodingException
UnsupportedEncodingException
public List<SortInfo> getSortInfos(String sortColumn, boolean ascending)
Copyright © 2018 Nuxeo. All rights reserved.