Package org.nuxeo.audit.opensearch1
Class OpenSearchAuditBackendDescriptor
java.lang.Object
org.nuxeo.audit.opensearch1.OpenSearchAuditBackendDescriptor
- All Implemented Interfaces:
Descriptor
- Since:
- 2025.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected Stringprotected StringFields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID -
Constructor Summary
Constructors -
Method Summary
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
-
enabled
-
clientId
-
indexName
-
-
Constructor Details
-
OpenSearchAuditBackendDescriptor
public OpenSearchAuditBackendDescriptor()
-
-
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
-
iEnabled
public boolean iEnabled() -
getClientId
- Returns:
- the configured
clientIdor "audit/name" if null
-
getIndexName
- Returns:
- the configured
indexNameor "audit" if null
-