Uses of Class
org.alfresco.opencmis.dictionary.AbstractTypeDefinitionWrapper
-
Packages that use AbstractTypeDefinitionWrapper Package Description org.alfresco.opencmis.dictionary -
-
Uses of AbstractTypeDefinitionWrapper in org.alfresco.opencmis.dictionary
Subclasses of AbstractTypeDefinitionWrapper in org.alfresco.opencmis.dictionary Modifier and Type Class Description classDocumentTypeDefinitionWrapperclassFolderTypeDefintionWrapperclassItemTypeDefinitionWrapperclassPolicyTypeDefintionWrapperclassRelationshipTypeDefintionWrapperclassSecondaryTypeDefinitionWrapperclassShadowTypeDefinitionWrapperMethods in org.alfresco.opencmis.dictionary that return types with arguments of type AbstractTypeDefinitionWrapper Modifier and Type Method Description java.util.Collection<AbstractTypeDefinitionWrapper>CMISAbstractDictionaryService.DictionaryInitializer. createDefinitions(CMISDictionaryRegistry cmisRegistry)java.util.Collection<AbstractTypeDefinitionWrapper>CMISAbstractDictionaryService.DictionaryInitializer. createDefinitions(CMISDictionaryRegistry cmisRegistry, CompiledModel model)java.util.Collection<AbstractTypeDefinitionWrapper>CMISDictionaryRegistry. getAssocDefs()java.util.Collection<AbstractTypeDefinitionWrapper>CMISDictionaryRegistry. getAssocDefs(boolean includeParent)java.util.Collection<AbstractTypeDefinitionWrapper>CMISDictionaryRegistryImpl. getAssocDefs()java.util.Collection<AbstractTypeDefinitionWrapper>CMISDictionaryRegistryImpl. getAssocDefs(boolean includeParent)java.util.Collection<AbstractTypeDefinitionWrapper>CMISDictionaryRegistry. getTypeDefs()java.util.Collection<AbstractTypeDefinitionWrapper>CMISDictionaryRegistry. getTypeDefs(boolean includeParent)java.util.Collection<AbstractTypeDefinitionWrapper>CMISDictionaryRegistryImpl. getTypeDefs()java.util.Collection<AbstractTypeDefinitionWrapper>CMISDictionaryRegistryImpl. getTypeDefs(boolean includeParent)Methods in org.alfresco.opencmis.dictionary with parameters of type AbstractTypeDefinitionWrapper Modifier and Type Method Description voidCMISDictionaryRegistryImpl. registerPropertyDefinitions(AbstractTypeDefinitionWrapper typeDef)Register property definitions.voidCMISDictionaryRegistry. registerTypeDefinition(AbstractTypeDefinitionWrapper typeDef)voidCMISDictionaryRegistryImpl. registerTypeDefinition(AbstractTypeDefinitionWrapper typeDef)Register type definition.
-