Uses of Class
org.apache.chemistry.opencmis.commons.impl.jaxb.CmisRenditionType

Packages that use CmisRenditionType
org.apache.chemistry.opencmis.commons.impl   
org.apache.chemistry.opencmis.commons.impl.jaxb   
org.apache.chemistry.opencmis.server.impl.webservices   
 

Uses of CmisRenditionType in org.apache.chemistry.opencmis.commons.impl
 

Methods in org.apache.chemistry.opencmis.commons.impl that return CmisRenditionType
static CmisRenditionType Converter.convert(RenditionData rendition)
          Converts a rendition object.
 

Methods in org.apache.chemistry.opencmis.commons.impl with parameters of type CmisRenditionType
static RenditionData Converter.convert(CmisRenditionType rendition)
          Converts a rendition object.
 

Uses of CmisRenditionType in org.apache.chemistry.opencmis.commons.impl.jaxb
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb with type parameters of type CmisRenditionType
protected  java.util.List<CmisRenditionType> CmisObjectType.rendition
           
protected  java.util.List<CmisRenditionType> GetRenditionsResponse.renditions
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return CmisRenditionType
 CmisRenditionType ObjectFactory.createCmisRenditionType()
          Create an instance of CmisRenditionType
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return types with arguments of type CmisRenditionType
 java.util.List<CmisRenditionType> CmisObjectType.getRendition()
          Gets the value of the rendition property.
 java.util.List<CmisRenditionType> GetRenditionsResponse.getRenditions()
          Gets the value of the renditions property.
 java.util.List<CmisRenditionType> ObjectServicePort.getRenditions(java.lang.String repositoryId, java.lang.String objectId, java.lang.String renditionFilter, java.math.BigInteger maxItems, java.math.BigInteger skipCount, CmisExtensionType extension)
           
 

Uses of CmisRenditionType in org.apache.chemistry.opencmis.server.impl.webservices
 

Methods in org.apache.chemistry.opencmis.server.impl.webservices that return types with arguments of type CmisRenditionType
 java.util.List<CmisRenditionType> ObjectService.getRenditions(java.lang.String repositoryId, java.lang.String objectId, java.lang.String renditionFilter, java.math.BigInteger maxItems, java.math.BigInteger skipCount, CmisExtensionType extension)
           
 



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