Uses of Class
org.nuxeo.ecm.core.api.CursorService
Packages that use CursorService
Package
Description
-
Uses of CursorService in org.nuxeo.audit.directory.storage
Fields in org.nuxeo.audit.directory.storage declared as CursorServiceModifier and TypeFieldDescriptionprotected CursorService<Iterator<String>, String, String> DirectoryAuditStorage.cursorService -
Uses of CursorService in org.nuxeo.audit.mem
Fields in org.nuxeo.audit.mem declared as CursorServiceModifier and TypeFieldDescriptionprotected final CursorService<Iterator<LogEntry>, LogEntry, String> MemAuditBackend.cursorServiceMethods in org.nuxeo.audit.mem that return CursorService -
Uses of CursorService in org.nuxeo.audit.mongodb
Fields in org.nuxeo.audit.mongodb declared as CursorServiceModifier and TypeFieldDescriptionprotected final CursorService<com.mongodb.client.MongoCursor<org.bson.Document>, org.bson.Document, String> MongoDBAuditBackend.cursorServiceprotected final CursorService<com.mongodb.client.MongoCursor<org.bson.Document>, org.bson.Document, String> MongoDBAuditBackend.storageCursorServiceMethods in org.nuxeo.audit.mongodb that return CursorServiceModifier and TypeMethodDescriptionCursorService<com.mongodb.client.MongoCursor<org.bson.Document>, org.bson.Document, String> MongoDBAuditBackend.getCursorService() -
Uses of CursorService in org.nuxeo.audit.opensearch1
Fields in org.nuxeo.audit.opensearch1 declared as CursorServiceModifier and TypeFieldDescriptionprotected final CursorService<Iterator<org.opensearch.search.SearchHit>, org.opensearch.search.SearchHit, String> OpenSearchAuditBackend.cursorServiceprotected final CursorService<Iterator<org.opensearch.search.SearchHit>, org.opensearch.search.SearchHit, String> OpenSearchAuditBackend.storageCursorServiceMethods in org.nuxeo.audit.opensearch1 that return CursorServiceModifier and TypeMethodDescriptionCursorService<Iterator<org.opensearch.search.SearchHit>, org.opensearch.search.SearchHit, String> OpenSearchAuditBackend.getCursorService() -
Uses of CursorService in org.nuxeo.audit.service
Methods in org.nuxeo.audit.service that return 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.cursorServiceDeprecated, for removal: This API element is subject to removal in a future version.protected CursorService<Iterator<LogEntry>, LogEntry, String> DefaultAuditBackend.storageCursorServiceDeprecated, for removal: This API element is subject to removal in a future version.