Uses of Interface
org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapper

Packages that use FieldMapper
org.apache.stanbol.entityhub.servicesapi   
org.apache.stanbol.entityhub.servicesapi.mapping   
org.apache.stanbol.entityhub.servicesapi.site   
org.apache.stanbol.entityhub.servicesapi.yard   
 

Uses of FieldMapper in org.apache.stanbol.entityhub.servicesapi
 

Methods in org.apache.stanbol.entityhub.servicesapi that return FieldMapper
 FieldMapper Entityhub.getFieldMappings()
          Getter for the FieldMappings configured for this Site
 

Uses of FieldMapper in org.apache.stanbol.entityhub.servicesapi.mapping
 

Methods in org.apache.stanbol.entityhub.servicesapi.mapping that return FieldMapper
 FieldMapper FieldMapper.clone()
          Creates a clone of this FieldMapper instance with shallow copies of the FieldMapping instances
 

Uses of FieldMapper in org.apache.stanbol.entityhub.servicesapi.site
 

Methods in org.apache.stanbol.entityhub.servicesapi.site that return FieldMapper
 FieldMapper Site.getFieldMapper()
          Getter for the FieldMappings configured for this Site
 

Uses of FieldMapper in org.apache.stanbol.entityhub.servicesapi.yard
 

Methods in org.apache.stanbol.entityhub.servicesapi.yard that return FieldMapper
 FieldMapper Cache.getAdditionalMappings()
          Getter for the additional mappings used by this Cache.
 FieldMapper Cache.getBaseMappings()
          Getter for the base mappings used by this Cache.
 

Methods in org.apache.stanbol.entityhub.servicesapi.yard with parameters of type FieldMapper
 void Cache.setAdditionalMappings(FieldMapper fieldMapper)
          Sets the additional field mappings for a cache.
 void Cache.setBaseMappings(FieldMapper fieldMapper)
          Sets the base mappings to the parsed field mapper and stores the new configuration to the yard.
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.