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
 String getContenType()
          Return the content type of the rendition.
 String getId()
          Return the id of the rendition.
 String getKind()
          Return the kind of the rendition.
 BigInteger getLength()
          Return the size of the rendition in bytes.
 String getTitle()
          Return the title of the rendition.
 

Method Detail

getId

String getId()
Return the id of the rendition.


getContenType

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


getKind

String getKind()
Return the kind of the rendition.


getTitle

String getTitle()
Return the title of the rendition.


getLength

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



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