Package org.alfresco.repo.dictionary
Interface DictionaryRegistry
- All Known Implementing Classes:
AbstractDictionaryRegistry,CoreDictionaryRegistryImpl,TenantDictionaryRegistryImpl
public interface DictionaryRegistry
- Author:
- sglover
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidclear()getAspects(boolean includeInherited) getAssociation(QName assocName) getAssociations(boolean includeInherited) getCompiledModels(boolean includeInherited) getConstraint(QName constraintQName) getDataType(Class javaClass) getDataType(QName typeName) getModelsForUri(String uri) getNamespaceURI(String prefix) getPrefixes(String URI) getProperty(QName propertyName) getTypes(boolean includeInherited) booleanbooleanvoidinit()booleanisModelInherited(QName modelName) booleanmodelExists(QName name) putModel(CompiledModel model) voidremove()voidremoveModel(QName modelName) voidremovePrefix(String prefix) void
-
Method Details
-
init
void init() -
remove
void remove() -
getModel
-
modelExists
-
getUriToModels
Map<String,List<CompiledModel>> getUriToModels() -
getCompiledModels
-
putModel
-
removeModel
-
getTenantDomain
String getTenantDomain() -
clear
void clear() -
getModelsForUri
-
getAspect
-
getAssociation
-
getClass
-
getProperty
-
getType
-
getConstraint
-
getDataType
-
getDataType
-
isModelInherited
-
getPrefixesCache
-
getUrisCache
-
getPrefixes
-
addURI
-
hasURI
-
addPrefix
-
hasPrefix
-
removeURI
-
removePrefix
-
getTypes
-
getAssociations
-
getAspects
-
getNamespaceURI
-