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 String
getTenantDomain()
protected void
initImpl()
protected QName
putModelImpl(CompiledModel model)
void
remove()
void
removeImpl()
-
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:
initImpl
in classAbstractDictionaryRegistry
-
remove
public void remove()
- Specified by:
remove
in interfaceDictionaryRegistry
- Overrides:
remove
in classAbstractDictionaryRegistry
-
putModelImpl
protected QName putModelImpl(CompiledModel model)
- Overrides:
putModelImpl
in classAbstractDictionaryRegistry
-
removeImpl
public void removeImpl()
- Specified by:
removeImpl
in classAbstractDictionaryRegistry
-
-