public interface CMISRendition
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHeight()
Get the height of image.
|
String |
getKind()
Get rendition kind.
|
Integer |
getLength()
Get the length of the rendition stream in bytes.
|
String |
getMimeType()
Get the MIME type of the rendition stream.
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Gets the thumbnail node reference
|
String |
getRenditionDocumentId()
Get the rendition document id.
|
String |
getStreamId()
Get the rendition stream id
|
String |
getTitle()
Get a human readable information about the rendition.
|
Integer |
getWidth()
Get the width of image.
|
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
String getStreamId()
String getMimeType()
String getKind()
Integer getHeight()
Integer getWidth()
String getTitle()
Integer getLength()
String getRenditionDocumentId()
Copyright © 2005–2014 Alfresco Software. All rights reserved.