Uses of Interface
org.alfresco.opencmis.dictionary.CMISDictionaryRegistry
Packages that use CMISDictionaryRegistry
-
Uses of CMISDictionaryRegistry in org.alfresco.opencmis.dictionary
Classes in org.alfresco.opencmis.dictionary that implement CMISDictionaryRegistryModifier and TypeClassDescriptionclass
CMIS Dictionary registry Index of CMIS Type DefinitionsMethods in org.alfresco.opencmis.dictionary that return CMISDictionaryRegistryModifier and TypeMethodDescriptionprotected 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()
Methods in org.alfresco.opencmis.dictionary with parameters of type CMISDictionaryRegistryModifier and TypeMethodDescriptionabstract List<TypeDefinitionWrapper>
AbstractTypeDefinitionWrapper.connectParentAndSubTypes
(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService) PolicyTypeDefintionWrapper.connectParentAndSubTypes
(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService) RelationshipTypeDefintionWrapper.connectParentAndSubTypes
(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService) SecondaryTypeDefinitionWrapper.connectParentAndSubTypes
(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService) ShadowTypeDefinitionWrapper.connectParentAndSubTypes
(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService) CMISAbstractDictionaryService.DictionaryInitializer.createDefinitions
(CMISDictionaryRegistry cmisRegistry) CMISAbstractDictionaryService.DictionaryInitializer.createDefinitions
(CMISDictionaryRegistry cmisRegistry, CompiledModel model) abstract void
AbstractTypeDefinitionWrapper.resolveInheritance
(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService) void
PolicyTypeDefintionWrapper.resolveInheritance
(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService) void
RelationshipTypeDefintionWrapper.resolveInheritance
(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService) void
SecondaryTypeDefinitionWrapper.resolveInheritance
(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService) void
ShadowTypeDefinitionWrapper.resolveInheritance
(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService) Method parameters in org.alfresco.opencmis.dictionary with type arguments of type CMISDictionaryRegistryModifier and TypeMethodDescriptionvoid
CMISAbstractDictionaryService.setSingletonCache
(SimpleCache<String, CMISDictionaryRegistry> singletonCache)