Package org.alfresco.repo.dictionary
Class CoreDictionaryRegistryImpl
java.lang.Object
org.alfresco.repo.dictionary.AbstractDictionaryRegistry
org.alfresco.repo.dictionary.CoreDictionaryRegistryImpl
- All Implemented Interfaces:
DictionaryRegistry
Core dictionary registry (holding core models initialised at bootstrap).
- Author:
- sglover
-
Field Summary
Fields inherited from class org.alfresco.repo.dictionary.AbstractDictionaryRegistry
dictionaryDAO, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitImpl()protected QNameputModelImpl(CompiledModel model) voidremove()voidMethods inherited from class org.alfresco.repo.dictionary.AbstractDictionaryRegistry
addPrefix, addPrefixImpl, addURI, addURIImpl, clear, getAspect, getAspectImpl, getAspects, getAssociation, getAssociationImpl, getAssociations, getClass, getClassImpl, getCompiledModels, getConstraint, getConstraintImpl, getDataType, getDataType, getDataTypeImp, getDataTypeImpl, getModel, getModelImpl, getModelsForUri, getModelsForUriImpl, getNamespaceURI, getPrefixes, getPrefixesCache, getPrefixesCacheImpl, getPrefixesImpl, getProperty, getPropertyImpl, getType, getTypeImpl, getTypes, getUrisCache, getUrisCacheImpl, getUriToModels, hasPrefix, hasURI, init, isModelInherited, mapUriToModel, modelExists, putModel, removeModel, removeModelImpl, removePrefix, removePrefixImpl, removeURI, removeURIImpl, unmapUriToModel
-
Constructor Details
-
CoreDictionaryRegistryImpl
-
-
Method Details
-
getTenantDomain
-
initImpl
protected void initImpl()- Specified by:
initImplin classAbstractDictionaryRegistry
-
remove
public void remove()- Specified by:
removein interfaceDictionaryRegistry- Overrides:
removein classAbstractDictionaryRegistry
-
putModelImpl
- Overrides:
putModelImplin classAbstractDictionaryRegistry
-
removeImpl
public void removeImpl()- Specified by:
removeImplin classAbstractDictionaryRegistry
-