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(java.lang.String tenant)
protected CMISDictionaryRegistry
CMISAbstractDictionaryService. createDictionaryRegistryWithWriteLock()
protected CMISDictionaryRegistry
CMISAbstractDictionaryService. createTenantDictionaryRegistry(java.lang.String tenant)
protected CMISDictionaryRegistry
CMISDictionaryRegistryImpl. getParent()
protected CMISDictionaryRegistry
CMISAbstractDictionaryService. getRegistry()
Methods in org.alfresco.opencmis.dictionary with parameters of type CMISDictionaryRegistry Modifier and Type Method Description abstract java.util.List<TypeDefinitionWrapper>
AbstractTypeDefinitionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
java.util.List<TypeDefinitionWrapper>
PolicyTypeDefintionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
java.util.List<TypeDefinitionWrapper>
RelationshipTypeDefintionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
java.util.List<TypeDefinitionWrapper>
SecondaryTypeDefinitionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
java.util.List<TypeDefinitionWrapper>
ShadowTypeDefinitionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)
java.util.Collection<AbstractTypeDefinitionWrapper>
CMISAbstractDictionaryService.DictionaryInitializer. createDefinitions(CMISDictionaryRegistry cmisRegistry)
java.util.Collection<AbstractTypeDefinitionWrapper>
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 CMISDictionaryRegistry Modifier and Type Method Description void
CMISAbstractDictionaryService. setSingletonCache(SimpleCache<java.lang.String,CMISDictionaryRegistry> singletonCache)
-