Package org.nuxeo.ecm.core.search
Class SearchClientDescriptor
java.lang.Object
org.nuxeo.ecm.core.search.SearchClientDescriptor
- All Implemented Interfaces:
Descriptor
- Since:
- 2025.0
-
Field Summary
FieldsFields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends SearchClientFactory<?>> 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
copy, doesRemove, getCopyId, merge
-
Field Details
-
name
-
factoryClass
-
-
Constructor Details
-
SearchClientDescriptor
public SearchClientDescriptor()
-
-
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-overridden
toString()for example.- Specified by:
getIdin interfaceDescriptor
-
getName
-
getFactoryClass
-