Uses of Class
org.xcmis.spi.model.Rendition

Packages that use Rendition
org.xcmis.spi   
org.xcmis.spi.basic   
org.xcmis.spi.model   
 

Uses of Rendition in org.xcmis.spi
 

Methods in org.xcmis.spi that return types with arguments of type Rendition
 ItemsIterator<Rendition> RenditionManager.getRenditions(MimeType mime)
          Get all renditions using all available RenditionProvider that can provide rendition for specified mime-type.
 ItemsIterator<Rendition> RenditionManager.getRenditions(ObjectData object)
          Get all renditions of specified entry.
 ItemsIterator<Rendition> Storage.getRenditions(ObjectData object)
          Get object renditions.
 List<Rendition> Connection.getRenditions(String objectId, String renditionFilter, int maxItems, int skipCount)
          Get the list of associated Renditions for the specified object.
 

Methods in org.xcmis.spi with parameters of type Rendition
 boolean RenditionFilter.accept(Rendition rendition)
          
 

Uses of Rendition in org.xcmis.spi.basic
 

Methods in org.xcmis.spi.basic that return types with arguments of type Rendition
 ItemsIterator<Rendition> BasicStorage.getRenditions(ObjectData object)
          Get object renditions.
 

Uses of Rendition in org.xcmis.spi.model
 

Methods in org.xcmis.spi.model that return types with arguments of type Rendition
 List<Rendition> CmisObject.getRenditions()
           
 

Constructor parameters in org.xcmis.spi.model with type arguments of type Rendition
CmisObject(Map<String,Property<?>> properties, List<AccessControlEntry> acl, boolean exactACL, Set<String> policyIds, List<CmisObject> relationships, List<Rendition> renditions, AllowableActions allowableActions, ChangeInfo changeInfo, ObjectInfo objectInfo, String pathSegment)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.