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