Uses of Interface
org.alfresco.repo.dictionary.DictionaryListener
-
Packages that use DictionaryListener Package Description org.alfresco.opencmis.dictionary org.alfresco.repo.dictionary -
-
Uses of DictionaryListener in org.alfresco.opencmis.dictionary
Classes in org.alfresco.opencmis.dictionary that implement DictionaryListener Modifier and Type Class Description classCMISAbstractDictionaryServiceCommon CMIS Dictionary Support including registry of Types.classCMISStrictDictionaryServiceCMIS Dictionary which provides Types that strictly conform to the CMIS specification. -
Uses of DictionaryListener in org.alfresco.repo.dictionary
Subinterfaces of DictionaryListener in org.alfresco.repo.dictionary Modifier and Type Interface Description interfaceExtendedDictionaryListenerA dictionary listener that allows listeners to listen for models being added to the dictionary.Classes in org.alfresco.repo.dictionary that implement DictionaryListener Modifier and Type Class Description classDictionaryBootstrapBootstrap Dictionary DAO with pre-defined models & message resources (from classpath)Methods in org.alfresco.repo.dictionary that return types with arguments of type DictionaryListener Modifier and Type Method Description List<DictionaryListener>DictionaryDAO. getDictionaryListeners()get DictionaryListener registered by calls to registerListenerList<DictionaryListener>DictionaryDAOImpl. getDictionaryListeners()Methods in org.alfresco.repo.dictionary with parameters of type DictionaryListener Modifier and Type Method Description voidDictionaryDAO. register(DictionaryListener dictionaryListener)Deprecated.voidDictionaryDAOImpl. register(DictionaryListener dictionaryListener)Deprecated.voidDictionaryDAO. registerListener(DictionaryListener dictionaryListener)Register listener with the DictionaryvoidDictionaryDAOImpl. registerListener(DictionaryListener dictionaryListener)Register with the Dictionary
-