Class AuditBackendDescriptor
java.lang.Object
org.nuxeo.ecm.platform.audit.service.extension.AuditBackendDescriptor
Deprecated, for removal: This API element is subject to removal in a future version.
Descriptor to configure / contribute a Backend for Audit service
- Author:
- tiry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Class
<? extends AuditBackend<?>> Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated, for removal: This API element is subject to removal in a future version.Class
<? extends AuditBackend> getKlass()
Deprecated, for removal: This API element is subject to removal in a future version.newInstance
(NXAuditEventsService component) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
klass
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
AuditBackendDescriptor
public AuditBackendDescriptor()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getApplicationStartedOrder
public int getApplicationStartedOrder()Deprecated, for removal: This API element is subject to removal in a future version. -
getKlass
Deprecated, for removal: This API element is subject to removal in a future version. -
newInstance
Deprecated, for removal: This API element is subject to removal in a future version.
-
AuditBackendFactoryDescriptor
instead