|
Nuxeo ECM Projects 5.6-RC1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nuxeo.ecm.platform.query.api.AbstractPageProvider<DocumentModel>
org.nuxeo.ecm.platform.query.nxql.CoreQueryDocumentPageProvider
org.nuxeo.cm.core.persister.CaseDocumentPageProvider
public class CaseDocumentPageProvider
CaseDocumentPageProvider fetch case children using Case adapter or CaseItem children using CoreSession API.
Field Summary |
---|
Fields inherited from class org.nuxeo.ecm.platform.query.nxql.CoreQueryDocumentPageProvider |
---|
CHECK_QUERY_CACHE_PROPERTY, CORE_SESSION_PROPERTY, DEFAULT_NAVIGATION_RESULTS_KEY, DEFAULT_NAVIGATION_RESULTS_PROPERTY, DEFAULT_NAVIGATION_RESULTS_VALUE, MAX_RESULTS_PROPERTY, PAGE_SIZE_RESULTS_KEY |
Fields inherited from interface org.nuxeo.ecm.platform.query.api.PageProvider |
---|
DEFAULT_MAX_PAGE_SIZE, DEFAULT_MAX_PAGE_SIZE_RUNTIME_PROP, UNKNOWN_SIZE, UNKNOWN_SIZE_AFTER_QUERY |
Constructor Summary | |
---|---|
CaseDocumentPageProvider()
|
Method Summary | |
---|---|
List<DocumentModel> |
getCurrentPage()
Returns the current page of results. |
Methods inherited from class org.nuxeo.ecm.platform.query.nxql.CoreQueryDocumentPageProvider |
---|
getCurrentQuery, getCurrentSelectPage, getMaxResults, refresh, setMaxResults |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CaseDocumentPageProvider()
Method Detail |
---|
public List<DocumentModel> getCurrentPage()
PageProvider
This method is designed to be called from higher levels. It therefore ensures cheapness of repeated calls, rather than data consistency. There is a refresh() method for that.
getCurrentPage
in interface PageProvider<DocumentModel>
getCurrentPage
in class CoreQueryDocumentPageProvider
|
Nuxeo ECM Projects 5.6-RC1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |