Uses of Interface
org.nuxeo.ecm.platform.audit.api.AuditStorage
-
-
Uses of AuditStorage in org.nuxeo.audit.storage.impl
Classes in org.nuxeo.audit.storage.impl that implement AuditStorage Modifier and Type Class Description classDirectoryAuditStorageAudit storage implementation for an Audit directory. -
Uses of AuditStorage in org.nuxeo.ecm.platform.audit.service
Classes in org.nuxeo.ecm.platform.audit.service that implement AuditStorage Modifier and Type Class Description classAbstractAuditBackendAbstract class to share code betweenAuditBackendimplementationsclassDefaultAuditBackendContains the Hibernate based (legacy) implementationFields in org.nuxeo.ecm.platform.audit.service with type parameters of type AuditStorage Modifier and Type Field Description protected Map<String,AuditStorage>NXAuditEventsService. auditStoragesMethods in org.nuxeo.ecm.platform.audit.service that return AuditStorage Modifier and Type Method Description AuditStorageNXAuditEventsService. getAuditStorage(String id)Methods in org.nuxeo.ecm.platform.audit.service with parameters of type AuditStorage Modifier and Type Method Description voidAbstractAuditBackend. restore(AuditStorage auditStorage, int batchSize, int keepAlive)voidAuditBackend. restore(AuditStorage auditStorage, int batchSize, int keepAlive)Restore the backend from the givenAuditStorage -
Uses of AuditStorage in org.nuxeo.ecm.platform.audit.service.extension
Fields in org.nuxeo.ecm.platform.audit.service.extension with type parameters of type AuditStorage Modifier and Type Field Description protected Class<? extends AuditStorage>AuditStorageDescriptor. clazzMethods in org.nuxeo.ecm.platform.audit.service.extension that return AuditStorage Modifier and Type Method Description AuditStorageAuditStorageDescriptor. newInstance()Methods in org.nuxeo.ecm.platform.audit.service.extension that return types with arguments of type AuditStorage Modifier and Type Method Description Class<? extends AuditStorage>AuditStorageDescriptor. getClazz() -
Uses of AuditStorage in org.nuxeo.elasticsearch.audit
Classes in org.nuxeo.elasticsearch.audit that implement AuditStorage Modifier and Type Class Description classESAuditBackendImplementation of theAuditBackendinterface using Elasticsearch persistence -
Uses of AuditStorage in org.nuxeo.mongodb.audit
Classes in org.nuxeo.mongodb.audit that implement AuditStorage Modifier and Type Class Description classMongoDBAuditBackendImplementation of theAuditBackendinterface using MongoDB persistence.
-