public interface CMISDictionaryService
| Modifier and Type | Method and Description |
|---|---|
QName |
findAlfrescoDataType(org.apache.chemistry.opencmis.commons.enums.PropertyType propertyType) |
TypeDefinitionWrapper |
findAssocType(QName clazz) |
org.apache.chemistry.opencmis.commons.enums.PropertyType |
findDataType(QName dataType)
Find data type
|
TypeDefinitionWrapper |
findNodeType(QName clazz) |
PropertyDefinitionWrapper |
findProperty(java.lang.String propId) |
PropertyDefinitionWrapper |
findPropertyByQueryName(java.lang.String queryName) |
TypeDefinitionWrapper |
findType(java.lang.String typeId)
Find type for type id
|
TypeDefinitionWrapper |
findTypeByQueryName(java.lang.String queryName)
Find a type by its query name
|
TypeDefinitionWrapper |
findTypeForClass(QName clazz,
org.apache.chemistry.opencmis.commons.enums.BaseTypeId[] matchingScopes)
Find type for Alfresco class name.
|
java.util.List |
getAllTypes()
Get all Types
|
java.util.List |
getBaseTypes()
Get Base Types
|
TypeDefinitionWrapper findType(java.lang.String typeId)
typeId - TypeDefinitionWrapper findTypeForClass(QName clazz, org.apache.chemistry.opencmis.commons.enums.BaseTypeId[] matchingScopes)
clazz - matchingScopes - TypeDefinitionWrapper findNodeType(QName clazz)
TypeDefinitionWrapper findAssocType(QName clazz)
PropertyDefinitionWrapper findProperty(java.lang.String propId)
PropertyDefinitionWrapper findPropertyByQueryName(java.lang.String queryName)
TypeDefinitionWrapper findTypeByQueryName(java.lang.String queryName)
queryName - java.util.List getBaseTypes()
java.util.List getAllTypes()
org.apache.chemistry.opencmis.commons.enums.PropertyType findDataType(QName dataType)
dataType - QName findAlfrescoDataType(org.apache.chemistry.opencmis.commons.enums.PropertyType propertyType)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.