Uses of Interface
org.alfresco.repo.dictionary.DictionaryRegistry
-
Packages that use DictionaryRegistry Package Description org.alfresco.repo.dictionary -
-
Uses of DictionaryRegistry in org.alfresco.repo.dictionary
Classes in org.alfresco.repo.dictionary that implement DictionaryRegistry Modifier and Type Class Description class
AbstractDictionaryRegistry
class
CoreDictionaryRegistryImpl
Core dictionary registry (holding core models initialised at bootstrap).class
TenantDictionaryRegistryImpl
Tenant-specific dictionary registry.Methods in org.alfresco.repo.dictionary that return DictionaryRegistry Modifier and Type Method Description protected DictionaryRegistry
CompiledModelsCache. buildCache(String tenantId)
DictionaryRegistry
DictionaryDAO. getDictionaryRegistry(String tenantDomain)
DictionaryRegistry
DictionaryDAOImpl. getDictionaryRegistry(String tenantDomain)
DictionaryRegistry
DictionaryDAOImpl. initDictionaryRegistry(String tenantDomain)
For cache use only.
-