org.apache.chemistry.opencmis.commons.server
Interface RenditionInfo


public interface RenditionInfo

This class contains information about a rendition of an object. This data is used to generate the appropriate links in AtomPub entries and feeds.


Method Summary
 java.lang.String getContenType()
          Return the content type of the rendition.
 java.lang.String getId()
          Return the id of the rendition.
 java.lang.String getKind()
          Return the kind of the rendition.
 java.math.BigInteger getLength()
          Return the size of the rendition in bytes.
 java.lang.String getTitle()
          Return the title of the rendition.
 

Method Detail

getId

java.lang.String getId()
Return the id of the rendition.


getContenType

java.lang.String getContenType()
Return the content type of the rendition.


getKind

java.lang.String getKind()
Return the kind of the rendition.


getTitle

java.lang.String getTitle()
Return the title of the rendition.


getLength

java.math.BigInteger getLength()
Return the size of the rendition in bytes.



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.