Package org.alfresco.repo.dictionary
Interface DictionaryRegistry
- All Known Implementing Classes:
AbstractDictionaryRegistry
,CoreDictionaryRegistryImpl
,TenantDictionaryRegistryImpl
public interface DictionaryRegistry
- Author:
- sglover
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
clear()
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) boolean
boolean
void
init()
boolean
isModelInherited
(QName modelName) boolean
modelExists
(QName name) putModel
(CompiledModel model) void
remove()
void
removeModel
(QName modelName) void
removePrefix
(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
-