org.apache.chemistry.opencmis.commons.data
Interface RenditionData

All Superinterfaces:
ExtensionsData
All Known Subinterfaces:
Rendition

public interface RenditionData
extends ExtensionsData


Method Summary
 BigInteger getBigHeight()
           
 BigInteger getBigLength()
           
 BigInteger getBigWidth()
           
 String getKind()
           
 String getMimeType()
           
 String getRenditionDocumentId()
           
 String getStreamId()
           
 String getTitle()
           
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensions
 

Method Detail

getStreamId

String getStreamId()

getMimeType

String getMimeType()

getBigLength

BigInteger getBigLength()

getKind

String getKind()

getTitle

String getTitle()

getBigHeight

BigInteger getBigHeight()

getBigWidth

BigInteger getBigWidth()

getRenditionDocumentId

String getRenditionDocumentId()


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