Uses of Interface
org.alfresco.repo.dictionary.DictionaryDAO
Packages that use DictionaryDAO
Package
Description
-
Uses of DictionaryDAO in org.alfresco.opencmis.dictionary
Fields in org.alfresco.opencmis.dictionary declared as DictionaryDAOModifier and TypeFieldDescriptionprotected DictionaryDAO
CMISAbstractDictionaryService.dictionaryDAO
Methods in org.alfresco.opencmis.dictionary with parameters of type DictionaryDAOModifier and TypeMethodDescriptionvoid
CMISAbstractDictionaryService.setDictionaryDAO
(DictionaryDAO dictionaryDAO) Set the dictionary DAO -
Uses of DictionaryDAO in org.alfresco.repo.dictionary
Classes in org.alfresco.repo.dictionary that implement DictionaryDAOModifier and TypeClassDescriptionclass
Default implementation of the Dictionary.Fields in org.alfresco.repo.dictionary declared as DictionaryDAOModifier and TypeFieldDescriptionprotected DictionaryDAO
AbstractDictionaryRegistry.dictionaryDAO
Methods in org.alfresco.repo.dictionary that return DictionaryDAOModifier and TypeMethodDescriptionCustomModelDefinitionImpl.getDictionaryDAO()
M2ModelDefinition.getDictionaryDAO()
Methods in org.alfresco.repo.dictionary with parameters of type DictionaryDAOModifier and TypeMethodDescriptionM2Model.compile
(DictionaryDAO dictionaryDAO, NamespaceDAO namespaceDAO, boolean enableConstraintClassLoading) Create a compiled form of this modelvoid
DictionaryBootstrap.setDictionaryDAO
(DictionaryDAO dictionaryDAO) Sets the Dictionary DAOvoid
DictionaryComponent.setDictionaryDAO
(DictionaryDAO dictionaryDAO) Sets the Meta Model DAOConstructors in org.alfresco.repo.dictionary with parameters of type DictionaryDAOModifierConstructorDescriptionAbstractDictionaryRegistry
(DictionaryDAO dictionaryDAO) CoreDictionaryRegistryImpl
(DictionaryDAO dictionaryDAO) TenantDictionaryRegistryImpl
(DictionaryDAO dictionaryDAO, String tenantDomain) -
Uses of DictionaryDAO in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return DictionaryDAO