Uses of Interface
org.nuxeo.ecm.platform.query.api.PageProviderService
-
-
Uses of PageProviderService in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as PageProviderService Modifier and Type Field Description protected PageProviderService
AuditPageProviderOperation. ppService
-
Uses of PageProviderService in org.nuxeo.ecm.automation.core.util
Methods in org.nuxeo.ecm.automation.core.util with parameters of type PageProviderService Modifier and Type Method Description static DocumentModel
PageProviderHelper. getSearchDocumentModel(CoreSession session, PageProviderService pps, String providerName, Map<String,String> namedParameters)
Returns asearchDocumentModel
if the givenproviderName
is not null and has a validdefinition
, or if the givennamedParameters
is not empty. -
Uses of PageProviderService in org.nuxeo.ecm.platform.filemanager.service.extension
Fields in org.nuxeo.ecm.platform.filemanager.service.extension declared as PageProviderService Modifier and Type Field Description protected PageProviderService
DefaultCreationContainerListProvider. ppService
Deprecated.since 11.1.Methods in org.nuxeo.ecm.platform.filemanager.service.extension that return PageProviderService Modifier and Type Method Description protected PageProviderService
DefaultCreationContainerListProvider. getPageProviderService()
Deprecated.since 11.1. -
Uses of PageProviderService in org.nuxeo.ecm.platform.query.core
Classes in org.nuxeo.ecm.platform.query.core that implement PageProviderService Modifier and Type Class Description class
PageProviderServiceImpl
-
Uses of PageProviderService in org.nuxeo.ecm.restapi.server.jaxrs
Fields in org.nuxeo.ecm.restapi.server.jaxrs declared as PageProviderService Modifier and Type Field Description protected PageProviderService
QueryObject. pageProviderService
Methods in org.nuxeo.ecm.restapi.server.jaxrs with parameters of type PageProviderService Modifier and Type Method Description protected DocumentModel
QueryObject. getSearchDocumentModel(CoreSession session, PageProviderService pps, String providerName, Properties namedParameters)
Deprecated.since 11.1, usePageProviderHelper.getSearchDocumentModel(CoreSession, PageProviderService, String, Map)
instead -
Uses of PageProviderService in org.nuxeo.ecm.restapi.server.jaxrs.search
Fields in org.nuxeo.ecm.restapi.server.jaxrs.search declared as PageProviderService Modifier and Type Field Description protected PageProviderService
QueryExecutor. pageProviderService
-