public interface RenditionData extends ExtensionsData
Modifier and Type | Method and Description |
---|---|
BigInteger |
getBigHeight()
Returns the height in pixels if the rendition is an image.
|
BigInteger |
getBigLength()
Returns the size of the rendition in byte if available.
|
BigInteger |
getBigWidth()
Returns the width in pixels if the rendition is an image.
|
String |
getKind()
Returns the kind of the rendition.
|
String |
getMimeType()
Returns the MIME type of the rendition.
|
String |
getRenditionDocumentId()
Returns the object id of the rendition document if the rendition is a
stand-alone document.
|
String |
getStreamId()
Returns the stream id of the rendition.
|
String |
getTitle()
Returns the title of the rendition.
|
getExtensions, setExtensions
String getStreamId()
String getMimeType()
BigInteger getBigLength()
String getKind()
The CMIS specification only defines the kind cmis:thumbnail
,
but a repository can provide other kinds.
String getTitle()
BigInteger getBigHeight()
BigInteger getBigWidth()
String getRenditionDocumentId()
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.