Class LiveRendition
java.lang.Object
org.nuxeo.ecm.platform.rendition.impl.AbstractRendition
org.nuxeo.ecm.platform.rendition.impl.LazyRendition
org.nuxeo.ecm.platform.rendition.impl.LiveRendition
- All Implemented Interfaces:
Rendition
Implementation of the
Rendition interface that is applicable for rendition created on the fly- Author:
- Tiry
-
Field Summary
FieldsFields inherited from class org.nuxeo.ecm.platform.rendition.impl.LazyRendition
blobs, EMPTY_MARKER, ERROR_MARKER, IN_PROGRESS_MARKER, STALE_MARKERFields inherited from class org.nuxeo.ecm.platform.rendition.impl.AbstractRendition
definition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the Document hosting the rendition.booleanisStored()Indicates if the Rendition is stored or liveMethods inherited from class org.nuxeo.ecm.platform.rendition.impl.LazyRendition
getBlob, getBlobs, isCompletedMethods inherited from class org.nuxeo.ecm.platform.rendition.impl.AbstractRendition
getCmisName, getDefinition, getIcon, getKind, getLabel, getModificationDate, getName, getProviderTypeMethods 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, getCmisName, getIcon, getKind, getLabel, getModificationDate, getName, getProviderType, isCompleted
-
Field Details
-
doc
-
-
Constructor Details
-
LiveRendition
-
-
Method Details
-
isStored
public boolean isStored()Description copied from interface:RenditionIndicates if the Rendition is stored or live -
getHostDocument
Description copied from interface:RenditionReturn the Document hosting the rendition.In case of a Live rendition it will be the target document and in case of stored Rendition it will be the Rendition document it self
- Specified by:
getHostDocumentin interfaceRendition
-
computeRenditionBlobs
- Specified by:
computeRenditionBlobsin classLazyRendition
-