Uses of Interface
org.nuxeo.ecm.platform.audit.service.AuditBackend
-
-
Uses of AuditBackend in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as AuditBackend Modifier and Type Field Description protected AuditBackendAuditRestore. auditBackend -
Uses of AuditBackend in org.nuxeo.ecm.platform.audit.service
Classes in org.nuxeo.ecm.platform.audit.service that implement AuditBackend Modifier and Type Class Description classAbstractAuditBackendAbstract class to share code betweenAuditBackendimplementationsclassDefaultAuditBackendContains the Hibernate based (legacy) implementationFields in org.nuxeo.ecm.platform.audit.service declared as AuditBackend Modifier and Type Field Description protected AuditBackendNXAuditEventsService. backendMethods in org.nuxeo.ecm.platform.audit.service that return AuditBackend Modifier and Type Method Description AuditBackendNXAuditEventsService. getBackend() -
Uses of AuditBackend in org.nuxeo.ecm.platform.audit.service.extension
Fields in org.nuxeo.ecm.platform.audit.service.extension with type parameters of type AuditBackend Modifier and Type Field Description protected Class<? extends AuditBackend>AuditBackendDescriptor. klassMethods in org.nuxeo.ecm.platform.audit.service.extension that return AuditBackend Modifier and Type Method Description AuditBackendAuditBackendDescriptor. newInstance(NXAuditEventsService component)Methods in org.nuxeo.ecm.platform.audit.service.extension that return types with arguments of type AuditBackend Modifier and Type Method Description Class<? extends AuditBackend>AuditBackendDescriptor. getKlass()Methods in org.nuxeo.ecm.platform.audit.service.extension with parameters of type AuditBackend Modifier and Type Method Description AuditBulkerAuditBulkerDescriptor. newInstance(AuditBackend backend)Deprecated. -
Uses of AuditBackend in org.nuxeo.elasticsearch.audit
Classes in org.nuxeo.elasticsearch.audit that implement AuditBackend Modifier and Type Class Description classESAuditBackendImplementation of theAuditBackendinterface using Elasticsearch persistence -
Uses of AuditBackend in org.nuxeo.mongodb.audit
Classes in org.nuxeo.mongodb.audit that implement AuditBackend Modifier and Type Class Description classMongoDBAuditBackendImplementation of theAuditBackendinterface using MongoDB persistence.
-