org.alfresco.cmis
Interface CMISRendition

All Known Implementing Classes:
CMISRenditionImpl

public interface CMISRendition

CMIS Document Rendition


Method Summary
 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.
 

Method Detail

getNodeRef

org.alfresco.service.cmr.repository.NodeRef getNodeRef()
Gets the thumbnail node reference


getStreamId

java.lang.String getStreamId()
Get the rendition stream id

Returns:

getMimeType

java.lang.String getMimeType()
Get the MIME type of the rendition stream.

Returns:

getKind

java.lang.String getKind()
Get rendition kind.

Returns:

getHeight

java.lang.Integer getHeight()
Get the height of image. Typically used for ‘image’ renditions (expressed as pixels).

Returns:

getWidth

java.lang.Integer getWidth()
Get the width of image. Typically used for ‘image’ renditions (expressed as pixels).

Returns:

getTitle

java.lang.String getTitle()
Get a human readable information about the rendition.

Returns:

getLength

java.lang.Integer getLength()
Get the length of the rendition stream in bytes.

Returns:

getRenditionDocumentId

java.lang.String getRenditionDocumentId()
Get the rendition document id. If specified, then the rendition can also be accessed as a document object in the CMIS services.

Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.