More SearchService refactor. Added CMIS SQL to the search service. Tidy ups. FTS supports default namespace and templates via search parameters API. (MOB-568, MOB-569)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14463 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2009-05-28 10:34:51 +00:00
parent d8c87a5abd
commit e46585becf
53 changed files with 1365 additions and 390 deletions

View File

@@ -24,6 +24,8 @@
*/
package org.alfresco.cmis;
import org.alfresco.service.cmr.search.ResultSetSelector;
/**
* The meta-data for a result set selector.
@@ -31,14 +33,8 @@ package org.alfresco.cmis;
* @author andyh
*
*/
public interface CMISResultSetSelector
{
/**
* The name of the selector
* @return - the selector name
*/
public String getName();
public interface CMISResultSetSelector extends ResultSetSelector
{
/**
* Get the type definition for the selector.
* @return - the CMIS type definition.