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 classLogEntryProviderMethods in org.nuxeo.ecm.platform.audit.service with parameters of type BaseLogEntryProvider Modifier and Type Method Description protected longAbstractAuditBackend. doSyncNode(BaseLogEntryProvider provider, CoreSession session, DocumentModel node, boolean recurs)protected longAbstractAuditBackend. 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 BaseLogEntryProviderESAuditBackend. provider -
Uses of BaseLogEntryProvider in org.nuxeo.mongodb.audit
Classes in org.nuxeo.mongodb.audit that implement BaseLogEntryProvider Modifier and Type Class Description classMongoDBAuditBackend.MongoDBLogEntryProvider
-