|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CMISDictionaryService
Service to query the CMIS meta model
Method Summary | |
---|---|
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 |
Method Detail |
---|
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
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |