mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user