Merged CMIS063 to HEAD

17143: Add Alfresco Restful Binding Reference link to CMIS Front Page
  17144: Fix up link - not hard code to localhost.
  17150: Updates for CMIS going to Public Review.
  17151: CMIS 1.0cd04 update
  17186: CMIS Query updates - part of MOB-232

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17261 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2009-10-30 14:53:18 +00:00
parent 6d65594cb8
commit c16a9548f0
4 changed files with 209 additions and 66 deletions

View File

@@ -60,12 +60,20 @@ public interface CMISDictionaryService
public CMISTypeDefinition findTypeForClass(QName clazz, CMISScope... matchingScopes);
/**
* Find type for table
* Find a type by its query name
*
* @param tableName
* @param queryName
* @return
*/
public CMISTypeDefinition findTypeForTable(String tableName);
public CMISTypeDefinition findTypeByQueryName(String queryName);
/**
* Find a property by its query name
*
* @param queryName
* @return
*/
public CMISPropertyDefinition findPropertyByQueryName(String queryName);
/**
* Get Base Types