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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns theRenditionDefinition
CMIS nameprotected RenditionDefinition
getIcon()
Returns icon file namegetKind()
Returns the King of theRenditionDefinition
getLabel()
Returns theRenditionDefinition
labelReturns last modification date.getName()
Returns theRenditionDefinition
nameReturns 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, wait
Methods 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:Rendition
Returns icon file name -
getName
Description copied from interface:Rendition
Returns theRenditionDefinition
name -
getCmisName
Description copied from interface:Rendition
Returns theRenditionDefinition
CMIS name- Specified by:
getCmisName
in interfaceRendition
-
getLabel
Description copied from interface:Rendition
Returns theRenditionDefinition
label -
getKind
Description copied from interface:Rendition
Returns the King of theRenditionDefinition
-
getDefinition
-
getModificationDate
Description copied from interface:Rendition
Returns last modification date.Returns current time for live renditions.
- Specified by:
getModificationDate
in interfaceRendition
-
getProviderType
Description copied from interface:Rendition
Returns the type of the provider that was used to generate the rendition- Specified by:
getProviderType
in interfaceRendition
-