Uses of Class
org.nuxeo.ecm.core.api.CursorService
-
Packages that use CursorService Package Description org.nuxeo.audit.storage.impl org.nuxeo.ecm.core.storage.mongodb org.nuxeo.ecm.platform.audit.service org.nuxeo.elasticsearch.audit org.nuxeo.mongodb.audit -
-
Uses of CursorService in org.nuxeo.audit.storage.impl
Fields in org.nuxeo.audit.storage.impl declared as CursorService Modifier and Type Field Description protected 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 Modifier and Type Class Description class
MongoDBCursorService
MongoDB implementation of theCursorService
. -
Uses of CursorService in org.nuxeo.ecm.platform.audit.service
Fields in org.nuxeo.ecm.platform.audit.service declared as CursorService Modifier and Type Field Description protected CursorService<Iterator<LogEntry>,LogEntry,String>
DefaultAuditBackend. cursorService
-
Uses of CursorService in org.nuxeo.elasticsearch.audit
Fields in org.nuxeo.elasticsearch.audit declared as CursorService Modifier and Type Field Description protected CursorService<Iterator<org.elasticsearch.search.SearchHit>,org.elasticsearch.search.SearchHit,String>
ESAuditBackend. cursorService
-
Uses of CursorService in org.nuxeo.mongodb.audit
Fields in org.nuxeo.mongodb.audit declared as CursorService Modifier and Type Field Description protected CursorService<com.mongodb.client.MongoCursor<org.bson.Document>,org.bson.Document,String>
MongoDBAuditBackend. cursorService
-