Uses of Class
org.nuxeo.ecm.platform.query.api.PageSelections
-
Packages that use PageSelections Package Description org.nuxeo.ecm.platform.query.api org.nuxeo.ecm.platform.query.nxql -
-
Uses of PageSelections in org.nuxeo.ecm.platform.query.api
Fields in org.nuxeo.ecm.platform.query.api declared as PageSelections Modifier and Type Field Description protected PageSelections<T>
AbstractPageProvider. currentSelectPage
Methods in org.nuxeo.ecm.platform.query.api that return PageSelections Modifier and Type Method Description PageSelections<T>
AbstractPageProvider. getCurrentSelectPage()
PageSelections<T>
PageProvider. getCurrentSelectPage()
Returns the current page of results wrapped in aPageSelection
item. -
Uses of PageSelections in org.nuxeo.ecm.platform.query.nxql
Methods in org.nuxeo.ecm.platform.query.nxql that return PageSelections Modifier and Type Method Description PageSelections<Map<String,Serializable>>
CoreQueryAndFetchPageProvider. getCurrentSelectPage()
PageSelections<DocumentModel>
CoreQueryDocumentPageProvider. getCurrentSelectPage()
-