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(String property,
CMISTypeDefinition matchingType)
Find property.
|
CMISPropertyDefinition |
findPropertyByQueryName(String queryName)
Find a property by its query name
|
CMISTypeDefinition |
findType(CMISTypeId typeId)
Find type for type id
|
CMISTypeDefinition |
findType(String typeId)
Find type for type id
|
CMISTypeDefinition |
findTypeByQueryName(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.
|
Collection<CMISTypeDefinition> |
getAllTypes()
Get all Types
|
Collection<CMISTypeDefinition> |
getBaseTypes()
Get Base Types
|
CMISTypeDefinition findType(CMISTypeId typeId)
typeId - CMISTypeDefinition findType(String typeId)
typeId - CMISTypeDefinition findTypeForClass(org.alfresco.service.namespace.QName clazz, CMISScope... matchingScopes)
clazz - matchingScopes - CMISTypeDefinition findTypeByQueryName(String queryName)
queryName - CMISPropertyDefinition findPropertyByQueryName(String queryName)
queryName - Collection<CMISTypeDefinition> getBaseTypes()
Collection<CMISTypeDefinition> getAllTypes()
CMISPropertyDefinition findProperty(org.alfresco.service.namespace.QName property, CMISTypeDefinition matchingType)
property - matchingType - CMISPropertyDefinition findProperty(String property, CMISTypeDefinition matchingType)
property - matchingType - CMISDataTypeEnum findDataType(org.alfresco.service.namespace.QName dataType)
dataType - Copyright © 2005–2014 Alfresco Software. All rights reserved.