Uses of Interface
org.nuxeo.ecm.automation.core.util.Paginable
-
-
Uses of Paginable in org.nuxeo.ecm.automation.core.operations.services
Classes in org.nuxeo.ecm.automation.core.operations.services that implement Paginable Modifier and Type Class Description classPaginableRecordSetImplMethods in org.nuxeo.ecm.automation.core.operations.services that return Paginable Modifier and Type Method Description Paginable<LogEntry>AuditPageProviderOperation. run() -
Uses of Paginable in org.nuxeo.ecm.automation.core.util
Subinterfaces of Paginable in org.nuxeo.ecm.automation.core.util Modifier and Type Interface Description interfacePaginableDocumentModelListinterfacePaginableRecordSetAdds page support onRecordSetClasses in org.nuxeo.ecm.automation.core.util that implement Paginable Modifier and Type Class Description classPaginablePageProvider<T>Wraps aPageProvider. -
Uses of Paginable in org.nuxeo.ecm.automation.jaxrs.io.documents
Classes in org.nuxeo.ecm.automation.jaxrs.io.documents that implement Paginable Modifier and Type Class Description classPaginableDocumentModelListImplWraps aPageProvideras aDocumentModelListclassPaginableWithDelegate<T>Paginable object that uses a delegate to handle pagination.Constructors in org.nuxeo.ecm.automation.jaxrs.io.documents with parameters of type Paginable Constructor Description PaginableWithDelegate(Paginable<T> delegate) -
Uses of Paginable in org.nuxeo.ecm.platform.audit.api
Classes in org.nuxeo.ecm.platform.audit.api that implement Paginable Modifier and Type Class Description classLogEntryList -
Uses of Paginable in org.nuxeo.ecm.restapi.server.jaxrs
Methods in org.nuxeo.ecm.restapi.server.jaxrs that return Paginable Modifier and Type Method Description Paginable<T>PaginableObject. getPaginableEntries()protected Paginable<T>PaginableObject. getPaginableEntries(PageProvider<T> pageProvider) -
Uses of Paginable in org.nuxeo.ecm.restapi.server.jaxrs.adapters
Methods in org.nuxeo.ecm.restapi.server.jaxrs.adapters that return Paginable Modifier and Type Method Description protected Paginable<DocumentModel>DocumentModelListPaginableAdapter. getPaginableEntries(PageProvider<DocumentModel> pageProvider)Paginable<T>PaginableAdapter. getPaginableEntries()protected Paginable<T>PaginableAdapter. getPaginableEntries(PageProvider<T> pageProvider)Paginable<DocumentModel>PageProviderAdapter. getProviderDocs(String providerName)
-