mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-9933 RSOLR 042: Add query support for new CMIS object ids
- added test suite for opencmis query - fixed object ids with appropriate unit test for folders, unversioned and versioned docs. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30050 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -22,7 +22,7 @@ import java.util.LinkedHashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import org.alfresco.opencmis.dictionary.CMISDictionaryService;
|
||||
import org.alfresco.opencmis.dictionary.PropertyDefintionWrapper;
|
||||
import org.alfresco.opencmis.dictionary.PropertyDefinitionWrapper;
|
||||
import org.alfresco.opencmis.dictionary.TypeDefinitionWrapper;
|
||||
import org.alfresco.repo.search.impl.querymodel.Column;
|
||||
import org.alfresco.repo.search.impl.querymodel.PropertyArgument;
|
||||
@@ -70,7 +70,7 @@ public class CMISResultSetMetaData implements ResultSetMetaData
|
||||
columnMetaData = new LinkedHashMap<String, CMISResultSetColumn>();
|
||||
for (Column column : query.getColumns())
|
||||
{
|
||||
PropertyDefintionWrapper propertyDefinition = null;
|
||||
PropertyDefinitionWrapper propertyDefinition = null;
|
||||
PropertyType type = null;
|
||||
QName alfrescoPropertyQName = null;
|
||||
QName alfrescoDataTypeQName = null;
|
||||
|
Reference in New Issue
Block a user