Uses of Interface
org.apache.chemistry.opencmis.client.mapper.PropertyMapper

Packages that use PropertyMapper
org.apache.chemistry.opencmis.client.mapper   
org.apache.chemistry.opencmis.client.parser   
 

Uses of PropertyMapper in org.apache.chemistry.opencmis.client.mapper
 

Classes in org.apache.chemistry.opencmis.client.mapper that implement PropertyMapper
 class AbstractPropertyMapper
           
 class PropertyMapperExif
           
 class PropertyMapperTika
           
 

Methods in org.apache.chemistry.opencmis.client.mapper that return PropertyMapper
 PropertyMapper Configurator.getPropertyMapper(String contentType)
           
 

Uses of PropertyMapper in org.apache.chemistry.opencmis.client.parser
 

Fields in org.apache.chemistry.opencmis.client.parser declared as PropertyMapper
protected  PropertyMapper AbstractMetadataParser.mapper
           
 

Methods in org.apache.chemistry.opencmis.client.parser that return PropertyMapper
 PropertyMapper AbstractMetadataParser.getMapper()
           
 PropertyMapper MetadataParser.getMapper()
          get the associated property mapper for this CMIS type
 

Methods in org.apache.chemistry.opencmis.client.parser with parameters of type PropertyMapper
 void AbstractMetadataParser.initialize(PropertyMapper mapper, String contentType)
           
 void MetadataParser.initialize(PropertyMapper mapper, String contentType)
          Initialize a parser with a given property mapper and a content type
 



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