Uses of Interface
org.nuxeo.ecm.platform.audit.service.BaseLogEntryProvider
-
Packages that use BaseLogEntryProvider Package Description org.nuxeo.ecm.platform.audit.service org.nuxeo.elasticsearch.audit org.nuxeo.mongodb.audit -
-
Uses of BaseLogEntryProvider in org.nuxeo.ecm.platform.audit.service
Classes in org.nuxeo.ecm.platform.audit.service that implement BaseLogEntryProvider Modifier and Type Class Description class
LogEntryProvider
Methods in org.nuxeo.ecm.platform.audit.service with parameters of type BaseLogEntryProvider Modifier and Type Method Description protected long
AbstractAuditBackend. doSyncNode(BaseLogEntryProvider provider, CoreSession session, DocumentModel node, boolean recurs)
protected long
AbstractAuditBackend. syncLogCreationEntries(BaseLogEntryProvider provider, String repoId, String path, Boolean recurs)
-
Uses of BaseLogEntryProvider in org.nuxeo.elasticsearch.audit
Fields in org.nuxeo.elasticsearch.audit declared as BaseLogEntryProvider Modifier and Type Field Description protected BaseLogEntryProvider
ESAuditBackend. provider
-
Uses of BaseLogEntryProvider in org.nuxeo.mongodb.audit
Classes in org.nuxeo.mongodb.audit that implement BaseLogEntryProvider Modifier and Type Class Description class
MongoDBAuditBackend.MongoDBLogEntryProvider
-