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