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 PageProviderServiceAuditPageProviderOperation. 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 DocumentModelPageProviderHelper. getSearchDocumentModel(CoreSession session, PageProviderService pps, String providerName, Map<String,String> namedParameters)Returns asearchDocumentModelif the givenproviderNameis not null and has a validdefinition, or if the givennamedParametersis 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 PageProviderServiceDefaultCreationContainerListProvider. ppServiceDeprecated.since 11.1.Methods in org.nuxeo.ecm.platform.filemanager.service.extension that return PageProviderService Modifier and Type Method Description protected PageProviderServiceDefaultCreationContainerListProvider. 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 classPageProviderServiceImpl -
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 PageProviderServiceQueryObject. pageProviderServiceMethods in org.nuxeo.ecm.restapi.server.jaxrs with parameters of type PageProviderService Modifier and Type Method Description protected DocumentModelQueryObject. 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 PageProviderServiceQueryExecutor. pageProviderService
-