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 bytes, 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()
The stream ID is required to fetch the content of the rendition.
null
String getMimeType()
null
BigInteger getBigLength()
null
String getKind()
The CMIS specification only defines the kind cmis:thumbnail
, but
a repository can provide other kinds.
null
String getTitle()
BigInteger getBigHeight()
BigInteger getBigWidth()
String getRenditionDocumentId()
null
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.