Class DefaultRenditionDescriptor
java.lang.Object
org.nuxeo.ecm.platform.rendition.service.DefaultRenditionDescriptor
- All Implemented Interfaces:
Descriptor
Descriptor for the default rendition of a document.
- Since:
- 9.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
protected boolean
protected String
protected String
protected String
Fields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetId()
The descriptor id, descriptors with same id are merged.void
merge
(DefaultRenditionDescriptor other) 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_SCRIPT_LANGUAGE
- See Also:
-
script
-
reason
- Since:
- 10.3
-
override
protected boolean override- Since:
- 10.3
-
scriptLanguage
-
-
Constructor Details
-
DefaultRenditionDescriptor
public DefaultRenditionDescriptor() -
DefaultRenditionDescriptor
-
-
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
-
getScript
-
getScriptLanguage
-
merge
-