Uses of Interface
org.alfresco.repo.dictionary.DictionaryDAO
-
Packages that use DictionaryDAO Package Description org.alfresco.opencmis.dictionary org.alfresco.repo.dictionary org.alfresco.service.cmr.dictionary -
-
Uses of DictionaryDAO in org.alfresco.opencmis.dictionary
Fields in org.alfresco.opencmis.dictionary declared as DictionaryDAO Modifier and Type Field Description protected DictionaryDAO
CMISAbstractDictionaryService. dictionaryDAO
Methods in org.alfresco.opencmis.dictionary with parameters of type DictionaryDAO Modifier and Type Method Description void
CMISAbstractDictionaryService. setDictionaryDAO(DictionaryDAO dictionaryDAO)
Set the dictionary DAO -
Uses of DictionaryDAO in org.alfresco.repo.dictionary
Classes in org.alfresco.repo.dictionary that implement DictionaryDAO Modifier and Type Class Description class
DictionaryDAOImpl
Default implementation of the Dictionary.Fields in org.alfresco.repo.dictionary declared as DictionaryDAO Modifier and Type Field Description protected DictionaryDAO
AbstractDictionaryRegistry. dictionaryDAO
Methods in org.alfresco.repo.dictionary that return DictionaryDAO Modifier and Type Method Description DictionaryDAO
CustomModelDefinitionImpl. getDictionaryDAO()
DictionaryDAO
M2ModelDefinition. getDictionaryDAO()
Methods in org.alfresco.repo.dictionary with parameters of type DictionaryDAO Modifier and Type Method Description CompiledModel
M2Model. 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 DictionaryDAO Constructor Description AbstractDictionaryRegistry(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 Modifier and Type Method Description DictionaryDAO
ModelDefinition. getDictionaryDAO()
-