Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.platform.query.api.PageSelection

Packages that use PageSelection
org.nuxeo.ecm.platform.query.api   
 

Uses of PageSelection in org.nuxeo.ecm.platform.query.api
 

Methods in org.nuxeo.ecm.platform.query.api that return types with arguments of type PageSelection
 java.util.List<PageSelection<T>> PageSelections.getEntries()
           
 java.util.List<PageSelection<T>> PageSelections.getRows()
          Deprecated. just here for compatibility with SelectDatamodel methods, use PageSelections.getEntries() instead
 

Method parameters in org.nuxeo.ecm.platform.query.api with type arguments of type PageSelection
 void PageSelections.setEntries(java.util.List<PageSelection<T>> entries)
           
 

Constructor parameters in org.nuxeo.ecm.platform.query.api with type arguments of type PageSelection
PageSelections(java.util.Collection<? extends PageSelection<T>> c)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.