public abstract class AbstractRendition extends Object implements Rendition
Rendition interface that mainly wrapps the RenditionDefinition| Modifier and Type | Field and Description |
|---|---|
protected RenditionDefinition |
definition |
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
AbstractRendition(RenditionDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCmisName()
Returns the
RenditionDefinition CMIS name |
protected RenditionDefinition |
getDefinition() |
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBlob, getBlobs, getHostDocument, isCompleted, isStoredprotected final RenditionDefinition definition
protected static final org.apache.commons.logging.Log log
public AbstractRendition(RenditionDefinition definition)
public String getName()
RenditionRenditionDefinition namepublic String getCmisName()
RenditionRenditionDefinition CMIS namegetCmisName in interface Renditionpublic String getLabel()
RenditionRenditionDefinition labelpublic String getKind()
RenditionRenditionDefinitionprotected RenditionDefinition getDefinition()
public Calendar getModificationDate()
RenditionReturns current time for live renditions.
getModificationDate in interface Renditionpublic String getProviderType()
RenditiongetProviderType in interface RenditionCopyright © 2018 Nuxeo. All rights reserved.