Nuxeo ECM Projects 5.4.3-SNAPSHOT

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
 List<PageSelection<T>> PageSelections.getEntries()
           
 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(List<PageSelection<T>> entries)
           
 

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


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.