public interface Rendition
RenditionDefinition is partially wrapper in the Rendition
Modifier and Type | Method and Description |
---|---|
Blob |
getBlob()
Returns rendered Blob
|
List<Blob> |
getBlobs()
Returns rendered Blobs
|
DocumentModel |
getHostDocument()
Return the Document hosting the rendition.
|
String |
getIcon()
Returns icon file name
|
String |
getKind()
Returns the King of the
RenditionDefinition |
String |
getLabel()
Returns the
RenditionDefinition label s@return |
Calendar |
getModificationDate()
Returns last modification date.
|
String |
getName()
Returns the
RenditionDefinition name |
String |
getProviderType()
Returns the type of the provider that was used to generate the rendition
|
boolean |
isStored()
Indicates if the Rendition is stored or live
|
String getIcon()
String getName()
RenditionDefinition
nameString getLabel()
RenditionDefinition
label s@returnString getKind()
RenditionDefinition
String getProviderType()
boolean isStored()
Blob getBlob() throws RenditionException
RenditionException
List<Blob> getBlobs() throws RenditionException
RenditionException
DocumentModel getHostDocument()
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
Calendar getModificationDate()
Returns current time for live renditions.
Copyright © 2015 Nuxeo SA. All rights reserved.