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

Packages that use RenditionData
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.commons.data OpenCMIS data interfaces. 
org.apache.chemistry.opencmis.commons.spi OpenCMIS client and server binding services. 
org.apache.chemistry.opencmis.server.support   
 

Uses of RenditionData in org.apache.chemistry.opencmis.client.api
 

Subinterfaces of RenditionData in org.apache.chemistry.opencmis.client.api
 interface Rendition
          CmisObject.getRenditions().
 

Methods in org.apache.chemistry.opencmis.client.api with parameters of type RenditionData
 Rendition ObjectFactory.convertRendition(String objectId, RenditionData rendition)
           
 

Uses of RenditionData in org.apache.chemistry.opencmis.commons.data
 

Methods in org.apache.chemistry.opencmis.commons.data that return types with arguments of type RenditionData
 List<RenditionData> ObjectData.getRenditions()
          Returns the renditions of this object.
 

Uses of RenditionData in org.apache.chemistry.opencmis.commons.spi
 

Methods in org.apache.chemistry.opencmis.commons.spi that return types with arguments of type RenditionData
 List<RenditionData> ObjectService.getRenditions(String repositoryId, String objectId, String renditionFilter, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
          Gets the list of associated renditions for the specified object.
 

Uses of RenditionData in org.apache.chemistry.opencmis.server.support
 

Methods in org.apache.chemistry.opencmis.server.support that return types with arguments of type RenditionData
 List<RenditionData> CmisServiceWrapper.getRenditions(String repositoryId, String objectId, String renditionFilter, BigInteger maxItems, BigInteger skipCount, ExtensionsData extension)
           
 



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