public interface Rendition
RenditionDefinition is partially wrapper in the Rendition
| Modifier and Type | Method and Description |
|---|---|
Blob |
getBlob()
Return rendered Blob
|
List<Blob> |
getBlobs()
Return rendered Blobs
|
DocumentModel |
getHostDocument()
Return the Document hosting the rendition.
|
String |
getIcon()
get icon file name
|
String |
getKind()
Get the King of the
RenditionDefinition |
String |
getLabel()
get the
RenditionDefinition label
s@return |
Calendar |
getModificationDate()
Get last modification date.
|
String |
getName()
get the
RenditionDefinition name |
String |
getProviderType()
return 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()
RenditionDefinitionString getProviderType()
boolean isStored()
Blob getBlob() throws RenditionException
RenditionExceptionList<Blob> getBlobs() throws RenditionException
RenditionExceptionDocumentModel 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 © 2012 Nuxeo SA. All Rights Reserved.