Class VersioningDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.platform.filemanager.service.extension.VersioningDescriptor
-
- All Implemented Interfaces:
Descriptor
@Deprecated public class VersioningDescriptor extends Object implements Descriptor
Deprecated.since 9.1 automatic versioning mechanism has been moved to versioning service- Since:
- 5.7
-
-
Field Summary
Fields Modifier and Type Field Description String
defaultVersioningOption
Deprecated.Boolean
versionAfterAdd
Deprecated.-
Fields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
-
Constructor Summary
Constructors Constructor Description VersioningDescriptor()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getId()
Deprecated.The descriptor id, descriptors with same id are merged.-
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
-
-
-
-
Method Detail
-
getId
public String getId()
Deprecated.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
-
-