Class UnicityExtension
java.lang.Object
org.nuxeo.ecm.platform.filemanager.service.extension.UnicityExtension
- All Implemented Interfaces:
Descriptor
-
Field Summary
Fields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove, merge
-
Field Details
-
DEFAULT_FIELDS
-
algo
-
enabled
-
computeDigest
-
fields
-
-
Constructor Details
-
UnicityExtension
public UnicityExtension()
-
-
Method Details
-
getAlgo
-
getEnabled
-
getFields
-
getComputeDigest
-
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
-