Package org.nuxeo.drive.service.impl
Class ChangeFinderDescriptor
java.lang.Object
org.nuxeo.drive.service.impl.ChangeFinderDescriptor
- All Implemented Interfaces:
Descriptor
XMap descriptor for contributions to the
changeFinder
extension point of the NuxeoDriveManager
.- Since:
- 7.3
- Author:
- Antoine Taillefer
-
Field Summary
FieldsFields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
The descriptor id, descriptors with same id are merged.int
hashCode()
merge
(Descriptor o) Returns a descriptor representingother
merged intothis
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove
-
Field Details
-
changeFinderClass
-
parameters
-
-
Constructor Details
-
ChangeFinderDescriptor
public ChangeFinderDescriptor()
-
-
Method Details
-
getId
Description copied from interface:Descriptor
The 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:
getId
in interfaceDescriptor
-
getChangeFinder
- Throws:
ReflectiveOperationException
-
getParameters
-
merge
Description copied from interface:Descriptor
Returns a descriptor representingother
merged intothis
Default implementation returns
other
.- Specified by:
merge
in interfaceDescriptor
- Returns:
- the merged descriptor
-
equals
-
hashCode
public int hashCode() -
toString
-