public interface CMISDictionaryService
| Modifier and Type | Method and Description |
|---|---|
CMISDataTypeEnum |
findDataType(org.alfresco.service.namespace.QName dataType)
Find data type
|
CMISPropertyDefinition |
findProperty(org.alfresco.service.namespace.QName property,
CMISTypeDefinition matchingType)
Find property.
|
CMISPropertyDefinition |
findProperty(java.lang.String property,
CMISTypeDefinition matchingType)
Find property.
|
CMISPropertyDefinition |
findPropertyByQueryName(java.lang.String queryName)
Find a property by its query name
|
CMISTypeDefinition |
findType(CMISTypeId typeId)
Find type for type id
|
CMISTypeDefinition |
findType(java.lang.String typeId)
Find type for type id
|
CMISTypeDefinition |
findTypeByQueryName(java.lang.String queryName)
Find a type by its query name
|
CMISTypeDefinition |
findTypeForClass(org.alfresco.service.namespace.QName clazz,
CMISScope[] matchingScopes)
Find type for Alfresco class name.
|
java.util.Collection |
getAllTypes()
Get all Types
|
java.util.Collection |
getBaseTypes()
Get Base Types
|
CMISTypeDefinition findType(CMISTypeId typeId)
typeId - CMISTypeDefinition findType(java.lang.String typeId)
typeId - CMISTypeDefinition findTypeForClass(org.alfresco.service.namespace.QName clazz, CMISScope[] matchingScopes)
clazz - matchingScopes - CMISTypeDefinition findTypeByQueryName(java.lang.String queryName)
queryName - CMISPropertyDefinition findPropertyByQueryName(java.lang.String queryName)
queryName - java.util.Collection getBaseTypes()
java.util.Collection getAllTypes()
CMISPropertyDefinition findProperty(org.alfresco.service.namespace.QName property, CMISTypeDefinition matchingType)
property - matchingType - CMISPropertyDefinition findProperty(java.lang.String property, CMISTypeDefinition matchingType)
property - matchingType - CMISDataTypeEnum findDataType(org.alfresco.service.namespace.QName dataType)
dataType - Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.