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 DictionaryDAOCMISAbstractDictionaryService. dictionaryDAOMethods in org.alfresco.opencmis.dictionary with parameters of type DictionaryDAO Modifier and Type Method Description voidCMISAbstractDictionaryService. 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 classDictionaryDAOImplDefault implementation of the Dictionary.Fields in org.alfresco.repo.dictionary declared as DictionaryDAO Modifier and Type Field Description protected DictionaryDAOAbstractDictionaryRegistry. dictionaryDAOMethods in org.alfresco.repo.dictionary that return DictionaryDAO Modifier and Type Method Description DictionaryDAOCustomModelDefinitionImpl. getDictionaryDAO()DictionaryDAOM2ModelDefinition. getDictionaryDAO()Methods in org.alfresco.repo.dictionary with parameters of type DictionaryDAO Modifier and Type Method Description CompiledModelM2Model. compile(DictionaryDAO dictionaryDAO, NamespaceDAO namespaceDAO, boolean enableConstraintClassLoading)Create a compiled form of this modelvoidDictionaryBootstrap. setDictionaryDAO(DictionaryDAO dictionaryDAO)Sets the Dictionary DAOvoidDictionaryComponent. 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 DictionaryDAOModelDefinition. getDictionaryDAO()
-