Uses of Interface
org.alfresco.opencmis.dictionary.TypeDefinitionWrapper
-
Packages that use TypeDefinitionWrapper Package Description org.alfresco.opencmis.dictionary -
-
Uses of TypeDefinitionWrapper in org.alfresco.opencmis.dictionary
Classes in org.alfresco.opencmis.dictionary that implement TypeDefinitionWrapper Modifier and Type Class Description classAbstractTypeDefinitionWrapperBase class for type definition wrappers.classDocumentTypeDefinitionWrapperclassFolderTypeDefintionWrapperclassItemTypeDefinitionWrapperclassPolicyTypeDefintionWrapperclassRelationshipTypeDefintionWrapperclassSecondaryTypeDefinitionWrapperclassShadowTypeDefinitionWrapperFields in org.alfresco.opencmis.dictionary declared as TypeDefinitionWrapper Modifier and Type Field Description protected TypeDefinitionWrapperAbstractTypeDefinitionWrapper. parentMethods in org.alfresco.opencmis.dictionary that return TypeDefinitionWrapper Modifier and Type Method Description TypeDefinitionWrapperCMISAbstractDictionaryService. findAssocType(QName clazz)TypeDefinitionWrapperCMISDictionaryService. findAssocType(QName clazz)TypeDefinitionWrapperCMISAbstractDictionaryService. findNodeType(QName clazz)TypeDefinitionWrapperCMISDictionaryService. findNodeType(QName clazz)TypeDefinitionWrapperCMISAbstractDictionaryService. findType(String typeId)TypeDefinitionWrapperCMISDictionaryService. findType(String typeId)Find type for type idTypeDefinitionWrapperCMISAbstractDictionaryService. findTypeByQueryName(String queryName)TypeDefinitionWrapperCMISDictionaryService. findTypeByQueryName(String queryName)Find a type by its query nameTypeDefinitionWrapperCMISAbstractDictionaryService. findTypeForClass(QName clazz, org.apache.chemistry.opencmis.commons.enums.BaseTypeId... matchingScopes)TypeDefinitionWrapperCMISDictionaryService. findTypeForClass(QName clazz, org.apache.chemistry.opencmis.commons.enums.BaseTypeId... matchingScopes)Find type for Alfresco class name.TypeDefinitionWrapperCMISDictionaryRegistry. getAssocDefByQName(QName qname)TypeDefinitionWrapperCMISDictionaryRegistryImpl. getAssocDefByQName(QName qname)TypeDefinitionWrapperBasePropertyDefintionWrapper. getOwningType()TypeDefinitionWrapperPropertyDefinitionWrapper. getOwningType()TypeDefinitionWrapperAbstractTypeDefinitionWrapper. getParent()TypeDefinitionWrapperTypeDefinitionWrapper. getParent()TypeDefinitionWrapperCMISNodeInfo. getType()TypeDefinitionWrapperCMISDictionaryRegistry. getTypeDefByQName(QName qname)TypeDefinitionWrapperCMISDictionaryRegistryImpl. getTypeDefByQName(QName qname)TypeDefinitionWrapperCMISDictionaryRegistry. getTypeDefByQueryName(Object queryName)TypeDefinitionWrapperCMISDictionaryRegistryImpl. getTypeDefByQueryName(Object queryName)TypeDefinitionWrapperCMISDictionaryRegistry. getTypeDefByTypeId(String typeId)TypeDefinitionWrapperCMISDictionaryRegistry. getTypeDefByTypeId(String typeId, boolean includeParent)TypeDefinitionWrapperCMISDictionaryRegistryImpl. getTypeDefByTypeId(String typeId)TypeDefinitionWrapperCMISDictionaryRegistryImpl. getTypeDefByTypeId(String typeId, boolean includeParent)Methods in org.alfresco.opencmis.dictionary that return types with arguments of type TypeDefinitionWrapper Modifier and Type Method Description abstract List<TypeDefinitionWrapper>AbstractTypeDefinitionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)List<TypeDefinitionWrapper>PolicyTypeDefintionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)List<TypeDefinitionWrapper>RelationshipTypeDefintionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)List<TypeDefinitionWrapper>SecondaryTypeDefinitionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)List<TypeDefinitionWrapper>ShadowTypeDefinitionWrapper. connectParentAndSubTypes(CMISMapping cmisMapping, CMISDictionaryRegistry registry, DictionaryService dictionaryService)List<TypeDefinitionWrapper>CMISAbstractDictionaryService. getAllTypes()List<TypeDefinitionWrapper>CMISAbstractDictionaryService. getAllTypes(boolean includeParent)List<TypeDefinitionWrapper>CMISDictionaryService. getAllTypes()Get all TypesList<TypeDefinitionWrapper>CMISDictionaryService. getAllTypes(boolean includeParent)List<TypeDefinitionWrapper>CMISAbstractDictionaryService. getBaseTypes()List<TypeDefinitionWrapper>CMISAbstractDictionaryService. getBaseTypes(boolean includeParent)List<TypeDefinitionWrapper>CMISDictionaryRegistry. getBaseTypes()List<TypeDefinitionWrapper>CMISDictionaryRegistry. getBaseTypes(boolean includeParent)List<TypeDefinitionWrapper>CMISDictionaryRegistryImpl. getBaseTypes()List<TypeDefinitionWrapper>CMISDictionaryRegistryImpl. getBaseTypes(boolean includeParent)List<TypeDefinitionWrapper>CMISDictionaryService. getBaseTypes()Get Base TypesList<TypeDefinitionWrapper>CMISDictionaryService. getBaseTypes(boolean includeParent)List<TypeDefinitionWrapper>CMISAbstractDictionaryService. getChildren(String typeId)List<TypeDefinitionWrapper>CMISDictionaryRegistry. getChildren(String typeId)List<TypeDefinitionWrapper>CMISDictionaryRegistryImpl. getChildren(String typeId)List<TypeDefinitionWrapper>CMISDictionaryService. getChildren(String typeId)Methods in org.alfresco.opencmis.dictionary with parameters of type TypeDefinitionWrapper Modifier and Type Method Description voidCMISDictionaryRegistry. addChild(String typeId, TypeDefinitionWrapper child)voidCMISDictionaryRegistryImpl. addChild(String typeId, TypeDefinitionWrapper child)Method parameters in org.alfresco.opencmis.dictionary with type arguments of type TypeDefinitionWrapper Modifier and Type Method Description voidCMISDictionaryRegistry. setChildren(String typeId, List<TypeDefinitionWrapper> children)voidCMISDictionaryRegistryImpl. setChildren(String typeId, List<TypeDefinitionWrapper> children)Constructors in org.alfresco.opencmis.dictionary with parameters of type TypeDefinitionWrapper Constructor Description BasePropertyDefintionWrapper(org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?> propDef, QName alfrescoName, TypeDefinitionWrapper owningType, CMISPropertyAccessor accessor, CMISPropertyLuceneBuilder luceneBuilder)
-