Class AuditStorageDescriptor

java.lang.Object
org.nuxeo.ecm.platform.audit.service.extension.AuditStorageDescriptor

@Deprecated(since="2025.0", forRemoval=true) public class AuditStorageDescriptor extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, doesn't work in all situation and doesn't scale, no replacement
Since:
9.3
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Class<? extends AuditStorage>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends AuditStorage>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      protected String id
      Deprecated, for removal: This API element is subject to removal in a future version.
    • clazz

      protected Class<? extends AuditStorage> clazz
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • AuditStorageDescriptor

      public AuditStorageDescriptor()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getId

      public String getId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getClazz

      public Class<? extends AuditStorage> getClazz()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • newInstance

      public AuditStorage newInstance()
      Deprecated, for removal: This API element is subject to removal in a future version.