Uses of Class
org.nuxeo.ecm.core.api.CursorService
Package
Description
-
Uses of CursorService in org.nuxeo.audit.storage.impl
Modifier and TypeFieldDescriptionprotected CursorService<Iterator<String>,
String, String> DirectoryAuditStorage.cursorService
-
Uses of CursorService in org.nuxeo.ecm.core.storage.mongodb
-
Uses of CursorService in org.nuxeo.ecm.platform.audit.service
Modifier and TypeFieldDescriptionprotected CursorService<Iterator<LogEntry>,
LogEntry, String> DefaultAuditBackend.cursorService
-
Uses of CursorService in org.nuxeo.elasticsearch.audit
Modifier and TypeFieldDescriptionprotected CursorService<Iterator<org.opensearch.search.SearchHit>,
org.opensearch.search.SearchHit, String> ESAuditBackend.cursorService
-
Uses of CursorService in org.nuxeo.mongodb.audit
Modifier and TypeFieldDescriptionprotected CursorService<com.mongodb.client.MongoCursor<org.bson.Document>,
org.bson.Document, String> MongoDBAuditBackend.cursorService