Uses of Class
org.nuxeo.ecm.platform.query.api.PageSelection
-
Packages that use PageSelection Package Description org.nuxeo.ecm.platform.query.api -
-
Uses of PageSelection in org.nuxeo.ecm.platform.query.api
Fields in org.nuxeo.ecm.platform.query.api with type parameters of type PageSelection Modifier and Type Field Description protected List<PageSelection<T>>PageSelections. entriesMethods in org.nuxeo.ecm.platform.query.api that return types with arguments of type PageSelection Modifier and Type Method Description List<PageSelection<T>>PageSelections. getEntries()List<PageSelection<T>>PageSelections. getRows()Deprecated.just here for compatibility with SelectDatamodel methods, usePageSelections.getEntries()insteadMethods in org.nuxeo.ecm.platform.query.api with parameters of type PageSelection Modifier and Type Method Description voidPageSelections. add(PageSelection<T> entry)Method parameters in org.nuxeo.ecm.platform.query.api with type arguments of type PageSelection Modifier and Type Method Description voidPageSelections. setEntries(List<PageSelection<T>> entries)Constructor parameters in org.nuxeo.ecm.platform.query.api with type arguments of type PageSelection Constructor Description PageSelections(Collection<? extends PageSelection<T>> c)
-