public abstract class AbstractRendition extends Object implements Rendition
Rendition
interface that mainly wrapps the RenditionDefinition
Constructor and Description |
---|
AbstractRendition(RenditionDefinition definition) |
Modifier and Type | Method and Description |
---|---|
String |
getCmisName()
Returns the
RenditionDefinition CMIS name |
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
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBlob, getBlobs, getHostDocument, isStored
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
public Calendar getModificationDate()
Rendition
Returns current time for live renditions.
getModificationDate
in interface Rendition
public String getProviderType()
Rendition
getProviderType
in interface Rendition
Copyright © 2015 Nuxeo SA. All rights reserved.