org.compass.core.mapping.internal
Interface InternalResourceMapping
- All Superinterfaces:
- AliasMapping, InternalAliasMapping, InternalMapping, InternalMultipleMapping, Mapping, MultipleMapping, ResourceMapping
- All Known Implementing Classes:
- AbstractResourceMapping, ClassMapping, NullResourceMapping, RawResourceMapping, RootJsonObjectMapping, XmlObjectMapping
public interface InternalResourceMapping
- extends ResourceMapping, InternalAliasMapping
- Author:
- kimchy
| Methods inherited from interface org.compass.core.mapping.ResourceMapping |
getAllMapping, getAnalyzer, getAnalyzerController, getBoost, getBoostPropertyMapping, getCascadeMappings, getIdMappings, getResourceIdMappings, getResourcePropertyMapping, getResourcePropertyMappingByDotPath, getResourcePropertyMappingByPath, getResourcePropertyMappings, getResourcePropertyMappings, getResourcePropertyNames, getSpellCheck, getSubIndexHash, getUIDPath, hasSpecificAnalyzerPerResourceProperty, isRoot, operationAllowed |
setUIDPath
void setUIDPath(String uid)
- Sets the path under which the internal UID of the resource is stored.
setAllMapping
void setAllMapping(AllMapping allMapping)
setSpellCheck
void setSpellCheck(SpellCheck spellCheck)
setSubIndexHash
void setSubIndexHash(SubIndexHash subIndexHash)
Copyright (c) 2004-2009 The Compass Project.