Package org.alfresco.repo.dictionary
Class CoreDictionaryRegistryImpl
- java.lang.Object
-
- org.alfresco.repo.dictionary.AbstractDictionaryRegistry
-
- org.alfresco.repo.dictionary.CoreDictionaryRegistryImpl
-
- All Implemented Interfaces:
DictionaryRegistry
public class CoreDictionaryRegistryImpl extends AbstractDictionaryRegistry
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 Constructor Description CoreDictionaryRegistryImpl(DictionaryDAO dictionaryDAO)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTenantDomain()protected voidinitImpl()protected QNameputModelImpl(CompiledModel model)voidremove()voidremoveImpl()-
Methods 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 Detail
-
CoreDictionaryRegistryImpl
public CoreDictionaryRegistryImpl(DictionaryDAO dictionaryDAO)
-
-
Method Detail
-
getTenantDomain
public String getTenantDomain()
-
initImpl
protected void initImpl()
- Specified by:
initImplin classAbstractDictionaryRegistry
-
remove
public void remove()
- Specified by:
removein interfaceDictionaryRegistry- Overrides:
removein classAbstractDictionaryRegistry
-
putModelImpl
protected QName putModelImpl(CompiledModel model)
- Overrides:
putModelImplin classAbstractDictionaryRegistry
-
removeImpl
public void removeImpl()
- Specified by:
removeImplin classAbstractDictionaryRegistry
-
-