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, setExtensionsString getStreamId()
The stream ID is required to fetch the content of the rendition.
nullString getMimeType()
nullBigInteger getBigLength()
nullString getKind()
The CMIS specification only defines the kind cmis:thumbnail, but
a repository can provide other kinds.
nullString getTitle()
nullBigInteger getBigHeight()
nullBigInteger getBigWidth()
nullString getRenditionDocumentId()
nullCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.