public class LiveRendition extends LazyRendition implements Rendition
Rendition
interface that is applicable for
rendition created on the flyConstructor and Description |
---|
LiveRendition(DocumentModel doc,
RenditionDefinition definition) |
Modifier and Type | Method and Description |
---|---|
DocumentModel |
getHostDocument()
Return the Document hosting the rendition.
|
boolean |
isStored()
Indicates if the Rendition is stored or live
|
getBlob, getBlobs
getIcon, getKind, getLabel, getModificationDate, getName, getProviderType
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBlob, getBlobs, getIcon, getKind, getLabel, getModificationDate, getName, getProviderType
public LiveRendition(DocumentModel doc, RenditionDefinition definition)
public boolean isStored()
Rendition
public DocumentModel getHostDocument()
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
getHostDocument
in interface Rendition
Copyright © 2013 Nuxeo SA. All Rights Reserved.