Uses of Interface
org.alfresco.opencmis.dictionary.TypeDefinitionWrapper
Packages that use TypeDefinitionWrapper
-
Uses of TypeDefinitionWrapper in org.alfresco.opencmis.dictionary
Classes in org.alfresco.opencmis.dictionary that implement TypeDefinitionWrapperModifier and TypeClassDescriptionclassBase class for type definition wrappers.classclassclassclassclassclassclassFields in org.alfresco.opencmis.dictionary declared as TypeDefinitionWrapperModifier and TypeFieldDescriptionprotected TypeDefinitionWrapperAbstractTypeDefinitionWrapper.parentMethods in org.alfresco.opencmis.dictionary that return TypeDefinitionWrapperModifier and TypeMethodDescriptionCMISAbstractDictionaryService.findAssocType(QName clazz) CMISDictionaryService.findAssocType(QName clazz) CMISAbstractDictionaryService.findNodeType(QName clazz) CMISDictionaryService.findNodeType(QName clazz) Find type for type idCMISAbstractDictionaryService.findTypeByQueryName(String queryName) CMISDictionaryService.findTypeByQueryName(String queryName) Find a type by its query nameCMISAbstractDictionaryService.findTypeForClass(QName clazz, org.apache.chemistry.opencmis.commons.enums.BaseTypeId... matchingScopes) CMISDictionaryService.findTypeForClass(QName clazz, org.apache.chemistry.opencmis.commons.enums.BaseTypeId... matchingScopes) Find type for Alfresco class name.CMISDictionaryRegistry.getAssocDefByQName(QName qname) CMISDictionaryRegistryImpl.getAssocDefByQName(QName qname) BasePropertyDefintionWrapper.getOwningType()PropertyDefinitionWrapper.getOwningType()AbstractTypeDefinitionWrapper.getParent()TypeDefinitionWrapper.getParent()CMISNodeInfo.getType()CMISDictionaryRegistry.getTypeDefByQName(QName qname) CMISDictionaryRegistryImpl.getTypeDefByQName(QName qname) CMISDictionaryRegistry.getTypeDefByQueryName(Object queryName) CMISDictionaryRegistryImpl.getTypeDefByQueryName(Object queryName) CMISDictionaryRegistry.getTypeDefByTypeId(String typeId) CMISDictionaryRegistry.getTypeDefByTypeId(String typeId, boolean includeParent) CMISDictionaryRegistryImpl.getTypeDefByTypeId(String typeId) CMISDictionaryRegistryImpl.getTypeDefByTypeId(String typeId, boolean includeParent) Methods in org.alfresco.opencmis.dictionary that return types with arguments of type TypeDefinitionWrapperModifier 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.getAllTypes()CMISAbstractDictionaryService.getAllTypes(boolean includeParent) CMISDictionaryService.getAllTypes()Get all TypesCMISDictionaryService.getAllTypes(boolean includeParent) CMISAbstractDictionaryService.getBaseTypes()CMISAbstractDictionaryService.getBaseTypes(boolean includeParent) CMISDictionaryRegistry.getBaseTypes()CMISDictionaryRegistry.getBaseTypes(boolean includeParent) CMISDictionaryRegistryImpl.getBaseTypes()CMISDictionaryRegistryImpl.getBaseTypes(boolean includeParent) CMISDictionaryService.getBaseTypes()Get Base TypesCMISDictionaryService.getBaseTypes(boolean includeParent) CMISAbstractDictionaryService.getChildren(String typeId) CMISDictionaryRegistry.getChildren(String typeId) CMISDictionaryRegistryImpl.getChildren(String typeId) CMISDictionaryService.getChildren(String typeId) Methods in org.alfresco.opencmis.dictionary with parameters of type TypeDefinitionWrapperModifier and TypeMethodDescriptionvoidCMISDictionaryRegistry.addChild(String typeId, TypeDefinitionWrapper child) voidCMISDictionaryRegistryImpl.addChild(String typeId, TypeDefinitionWrapper child) Method parameters in org.alfresco.opencmis.dictionary with type arguments of type TypeDefinitionWrapperModifier and TypeMethodDescriptionvoidCMISDictionaryRegistry.setChildren(String typeId, List<TypeDefinitionWrapper> children) voidCMISDictionaryRegistryImpl.setChildren(String typeId, List<TypeDefinitionWrapper> children) Constructors in org.alfresco.opencmis.dictionary with parameters of type TypeDefinitionWrapperModifierConstructorDescriptionBasePropertyDefintionWrapper(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?> propDef, QName alfrescoName, TypeDefinitionWrapper owningType, CMISPropertyAccessor accessor, CMISPropertyLuceneBuilder luceneBuilder)