Uses of Interface
org.alfresco.opencmis.dictionary.CMISDictionaryRegistry
-
Packages that use CMISDictionaryRegistry Package Description org.alfresco.opencmis.dictionary -
-
Uses of CMISDictionaryRegistry in org.alfresco.opencmis.dictionary
Classes in org.alfresco.opencmis.dictionary that implement CMISDictionaryRegistry Modifier and Type Class Description class
CMISDictionaryRegistryImpl
CMIS Dictionary registry Index of CMIS Type DefinitionsMethods in org.alfresco.opencmis.dictionary that return CMISDictionaryRegistry Modifier and Type Method Description protected CMISDictionaryRegistry
CMISAbstractDictionaryService. createCoreDictionaryRegistry()
protected CMISDictionaryRegistry
CMISAbstractDictionaryService. createDictionaryRegistry(String tenant)
protected CMISDictionaryRegistry
CMISAbstractDictionaryService. createDictionaryRegistryWithWriteLock()
protected CMISDictionaryRegistry
CMISAbstractDictionaryService. createTenantDictionaryRegistry(String tenant)
protected CMISDictionaryRegistry
CMISDictionaryRegistryImpl. getParent()
protected CMISDictionaryRegistry
CMISAbstractDictionaryService. getRegistry()
Method parameters in org.alfresco.opencmis.dictionary with type arguments of type CMISDictionaryRegistry Modifier and Type Method Description void
CMISAbstractDictionaryService. setSingletonCache(SimpleCache<String,CMISDictionaryRegistry> singletonCache)
-