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 
 | 
String | 
getCmisName()
Returns the  
RenditionDefinition CMIS name | 
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 | 
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 | 
isCompleted()
Checks if this rendition's computation has completed. 
 | 
boolean | 
isStored()
Indicates if the Rendition is stored or live 
 | 
String getName()
RenditionDefinition nameString getCmisName()
RenditionDefinition CMIS nameString getLabel()
RenditionDefinition labelString getKind()
RenditionDefinitionString getProviderType()
boolean isStored()
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.
boolean isCompleted()
Copyright © 2019 Nuxeo. All rights reserved.