Class AbstractRendition
java.lang.Object
org.nuxeo.ecm.platform.rendition.impl.AbstractRendition
- All Implemented Interfaces:
Rendition
- Direct Known Subclasses:
LazyRendition,StoredRendition
Base implementation of the
Rendition interface that mainly wrapps the RenditionDefinition- Author:
- Tiry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theRenditionDefinitionCMIS nameprotected RenditionDefinitiongetIcon()Returns icon file namegetKind()Returns the King of theRenditionDefinitiongetLabel()Returns theRenditionDefinitionlabelReturns last modification date.getName()Returns theRenditionDefinitionnameReturns the type of the provider that was used to generate the renditionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.ecm.platform.rendition.Rendition
getBlob, getBlobs, getHostDocument, isCompleted, isStored
-
Field Details
-
definition
-
-
Constructor Details
-
AbstractRendition
-
-
Method Details
-
getIcon
Description copied from interface:RenditionReturns icon file name -
getName
Description copied from interface:RenditionReturns theRenditionDefinitionname -
getCmisName
Description copied from interface:RenditionReturns theRenditionDefinitionCMIS name- Specified by:
getCmisNamein interfaceRendition
-
getLabel
Description copied from interface:RenditionReturns theRenditionDefinitionlabel -
getKind
Description copied from interface:RenditionReturns the King of theRenditionDefinition -
getDefinition
-
getModificationDate
Description copied from interface:RenditionReturns last modification date.Returns current time for live renditions.
- Specified by:
getModificationDatein interfaceRendition
-
getProviderType
Description copied from interface:RenditionReturns the type of the provider that was used to generate the rendition- Specified by:
getProviderTypein interfaceRendition
-