Class AuditBackendFactoryDescriptor
java.lang.Object
org.nuxeo.audit.service.extension.AuditBackendFactoryDescriptor
- All Implemented Interfaces:
Descriptor
Descriptor to contribute an
AuditBackendFactory.- Since:
- 2025.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Class<? extends AuditBackendFactory<?>> protected StringFields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends AuditBackendFactory<?>> getId()The descriptor id, descriptors with same id are merged.getName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove, merge
-
Field Details
-
name
-
factory
-
-
Constructor Details
-
AuditBackendFactoryDescriptor
public AuditBackendFactoryDescriptor()
-
-
Method Details
-
getId
Description copied from interface:DescriptorThe descriptor id, descriptors with same id are merged.To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden
toString()for exemple.- Specified by:
getIdin interfaceDescriptor
-
getName
-
getFactory
-