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