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 class
AbstractTypeDefinitionWrapper
Base class for type definition wrappers.class
DocumentTypeDefinitionWrapper
class
FolderTypeDefintionWrapper
class
ItemTypeDefinitionWrapper
class
PolicyTypeDefintionWrapper
class
RelationshipTypeDefintionWrapper
class
SecondaryTypeDefinitionWrapper
class
ShadowTypeDefinitionWrapper
Fields in org.alfresco.opencmis.dictionary declared as TypeDefinitionWrapper Modifier and Type Field Description protected TypeDefinitionWrapper
AbstractTypeDefinitionWrapper. parent
Methods in org.alfresco.opencmis.dictionary that return TypeDefinitionWrapper Modifier and Type Method Description TypeDefinitionWrapper
CMISAbstractDictionaryService. findAssocType(QName clazz)
TypeDefinitionWrapper
CMISDictionaryService. findAssocType(QName clazz)
TypeDefinitionWrapper
CMISAbstractDictionaryService. findNodeType(QName clazz)
TypeDefinitionWrapper
CMISDictionaryService. findNodeType(QName clazz)
TypeDefinitionWrapper
CMISAbstractDictionaryService. findType(java.lang.String typeId)
TypeDefinitionWrapper
CMISDictionaryService. findType(java.lang.String typeId)
Find type for type idTypeDefinitionWrapper
CMISAbstractDictionaryService. findTypeByQueryName(java.lang.String queryName)
TypeDefinitionWrapper
CMISDictionaryService. findTypeByQueryName(java.lang.String queryName)
Find a type by its query nameTypeDefinitionWrapper
CMISAbstractDictionaryService. findTypeForClass(QName clazz, org.apache.chemistry.opencmis.commons.enums.BaseTypeId... matchingScopes)
TypeDefinitionWrapper
CMISDictionaryService. findTypeForClass(QName clazz, org.apache.chemistry.opencmis.commons.enums.BaseTypeId... matchingScopes)
Find type for Alfresco class name.TypeDefinitionWrapper
CMISDictionaryRegistry. getAssocDefByQName(QName qname)
TypeDefinitionWrapper
CMISDictionaryRegistryImpl. getAssocDefByQName(QName qname)
TypeDefinitionWrapper
BasePropertyDefintionWrapper. getOwningType()
TypeDefinitionWrapper
PropertyDefinitionWrapper. getOwningType()
TypeDefinitionWrapper
AbstractTypeDefinitionWrapper. getParent()
TypeDefinitionWrapper
TypeDefinitionWrapper. getParent()
TypeDefinitionWrapper
CMISNodeInfo. getType()
TypeDefinitionWrapper
CMISDictionaryRegistry. getTypeDefByQName(QName qname)
TypeDefinitionWrapper
CMISDictionaryRegistryImpl. getTypeDefByQName(QName qname)
TypeDefinitionWrapper
CMISDictionaryRegistry. getTypeDefByQueryName(java.lang.Object queryName)
TypeDefinitionWrapper
CMISDictionaryRegistryImpl. getTypeDefByQueryName(java.lang.Object queryName)
TypeDefinitionWrapper
CMISDictionaryRegistry. getTypeDefByTypeId(java.lang.String typeId)
TypeDefinitionWrapper
CMISDictionaryRegistry. getTypeDefByTypeId(java.lang.String typeId, boolean includeParent)
TypeDefinitionWrapper
CMISDictionaryRegistryImpl. getTypeDefByTypeId(java.lang.String typeId)
TypeDefinitionWrapper
CMISDictionaryRegistryImpl. getTypeDefByTypeId(java.lang.String typeId, boolean includeParent)
Methods in org.alfresco.opencmis.dictionary that return types with arguments of type TypeDefinitionWrapper 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.List<TypeDefinitionWrapper>
CMISAbstractDictionaryService. getAllTypes()
java.util.List<TypeDefinitionWrapper>
CMISAbstractDictionaryService. getAllTypes(boolean includeParent)
java.util.List<TypeDefinitionWrapper>
CMISDictionaryService. getAllTypes()
Get all Typesjava.util.List<TypeDefinitionWrapper>
CMISDictionaryService. getAllTypes(boolean includeParent)
java.util.List<TypeDefinitionWrapper>
CMISAbstractDictionaryService. getBaseTypes()
java.util.List<TypeDefinitionWrapper>
CMISAbstractDictionaryService. getBaseTypes(boolean includeParent)
java.util.List<TypeDefinitionWrapper>
CMISDictionaryRegistry. getBaseTypes()
java.util.List<TypeDefinitionWrapper>
CMISDictionaryRegistry. getBaseTypes(boolean includeParent)
java.util.List<TypeDefinitionWrapper>
CMISDictionaryRegistryImpl. getBaseTypes()
java.util.List<TypeDefinitionWrapper>
CMISDictionaryRegistryImpl. getBaseTypes(boolean includeParent)
java.util.List<TypeDefinitionWrapper>
CMISDictionaryService. getBaseTypes()
Get Base Typesjava.util.List<TypeDefinitionWrapper>
CMISDictionaryService. getBaseTypes(boolean includeParent)
java.util.List<TypeDefinitionWrapper>
CMISAbstractDictionaryService. getChildren(java.lang.String typeId)
java.util.List<TypeDefinitionWrapper>
CMISDictionaryRegistry. getChildren(java.lang.String typeId)
java.util.List<TypeDefinitionWrapper>
CMISDictionaryRegistryImpl. getChildren(java.lang.String typeId)
java.util.List<TypeDefinitionWrapper>
CMISDictionaryService. getChildren(java.lang.String typeId)
Methods in org.alfresco.opencmis.dictionary with parameters of type TypeDefinitionWrapper Modifier and Type Method Description void
CMISDictionaryRegistry. addChild(java.lang.String typeId, TypeDefinitionWrapper child)
void
CMISDictionaryRegistryImpl. addChild(java.lang.String typeId, TypeDefinitionWrapper child)
Method parameters in org.alfresco.opencmis.dictionary with type arguments of type TypeDefinitionWrapper Modifier and Type Method Description void
CMISDictionaryRegistry. setChildren(java.lang.String typeId, java.util.List<TypeDefinitionWrapper> children)
void
CMISDictionaryRegistryImpl. setChildren(java.lang.String typeId, java.util.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)
-