mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -26,6 +26,7 @@ package org.alfresco.cmis.search;
|
||||
|
||||
import org.alfresco.cmis.CMISResultSetSelector;
|
||||
import org.alfresco.cmis.CMISTypeDefinition;
|
||||
import org.alfresco.service.namespace.QName;
|
||||
|
||||
/**
|
||||
* @author andyh
|
||||
@@ -60,4 +61,10 @@ public class CMISResultSetSelectorImpl implements CMISResultSetSelector
|
||||
return typeDefinition;
|
||||
}
|
||||
|
||||
|
||||
public QName getType()
|
||||
{
|
||||
return typeDefinition.getTypeId().getQName();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user