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 class
CMISAbstractDictionaryService
Common CMIS Dictionary Support including registry of Types.class
CMISStrictDictionaryService
CMIS 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 interface
ExtendedDictionaryListener
A 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 class
DictionaryBootstrap
Bootstrap 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 void
DictionaryDAO. register(DictionaryListener dictionaryListener)
Deprecated.void
DictionaryDAOImpl. register(DictionaryListener dictionaryListener)
Deprecated.void
DictionaryDAO. registerListener(DictionaryListener dictionaryListener)
Register listener with the Dictionaryvoid
DictionaryDAOImpl. registerListener(DictionaryListener dictionaryListener)
Register with the Dictionary
-