Uses of Interface
org.apache.chemistry.opencmis.client.api.Rendition

Packages that use Rendition
org.apache.chemistry.opencmis.client.api The OpenCMIS Client API. 
org.apache.chemistry.opencmis.tck.impl   
 

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

Methods in org.apache.chemistry.opencmis.client.api that return Rendition
 Rendition ObjectFactory.convertRendition(java.lang.String objectId, RenditionData rendition)
           
 

Methods in org.apache.chemistry.opencmis.client.api that return types with arguments of type Rendition
 java.util.List<Rendition> TransientCmisObject.getRenditions()
           
 java.util.List<Rendition> QueryResult.getRenditions()
          Returns the renditions if they were requested.
 java.util.List<Rendition> CmisObject.getRenditions()
          Returns the renditions if they have been fetched for this object.
 

Uses of Rendition in org.apache.chemistry.opencmis.tck.impl
 

Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type Rendition
protected  CmisTestResult AbstractSessionTest.assertEquals(Rendition expected, Rendition actual, CmisTestResult success, CmisTestResult failure)
           
 

Method parameters in org.apache.chemistry.opencmis.tck.impl with type arguments of type Rendition
protected  CmisTestResult AbstractSessionTest.assertEqualRenditionLists(java.util.List<Rendition> expected, java.util.List<Rendition> actual, CmisTestResult success, CmisTestResult failure)
           
protected  CmisTestResult AbstractSessionTest.assertEqualRenditionLists(java.util.List<Rendition> expected, java.util.List<Rendition> actual, CmisTestResult success, CmisTestResult failure)
           
 



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