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, wait
getBlob, getBlobs, getHostDocument, isCompleted, isStored
protected final RenditionDefinition definition
protected static final org.apache.commons.logging.Log log
public AbstractRendition(RenditionDefinition definition)
public String getName()
Rendition
RenditionDefinition
namepublic String getCmisName()
Rendition
RenditionDefinition
CMIS namegetCmisName
in interface Rendition
public String getLabel()
Rendition
RenditionDefinition
labelpublic String getKind()
Rendition
RenditionDefinition
protected RenditionDefinition getDefinition()
public Calendar getModificationDate()
Rendition
Returns current time for live renditions.
getModificationDate
in interface Rendition
public String getProviderType()
Rendition
getProviderType
in interface Rendition
Copyright © 2018 Nuxeo. All rights reserved.