org.apache.chemistry.opencmis.commons.data
Interface RenditionData
- All Superinterfaces:
- ExtensionsData
- All Known Subinterfaces:
- Rendition
public interface RenditionData
- extends ExtensionsData
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-2012 The Apache Software Foundation. All Rights Reserved.