mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.1 to HEAD
12867: Part 1: JAWS-220: Fix existing tests and tests for sort 12879: JAWS-219: Part 1: First cut of support for CMIS objectid = objectid joins 12891: Complete minimalist support for Policies 12912: CMIS Query: JAWS-219: Tests, fixes and better checking 13062: Fix for ETHREEOH-1162:Issue with skipCount parameter for CMIS query service git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13224 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -37,8 +37,13 @@ import org.alfresco.service.cmr.repository.StoreRef;
|
||||
*/
|
||||
public class CMISQueryOptions extends QueryOptions
|
||||
{
|
||||
public enum CMISQueryMode
|
||||
{
|
||||
CMS_STRICT, CMS_WITH_ALFRESCO_EXTENSIONS ;
|
||||
}
|
||||
|
||||
|
||||
private CMISQueryMode queryMode = CMISQueryMode.STRICT;
|
||||
private CMISQueryMode queryMode = CMISQueryMode.CMS_STRICT;
|
||||
|
||||
/**
|
||||
* Create a CMISQueryOptions instance with the default options other than the query and store ref.
|
||||
@@ -86,3 +91,5 @@ public class CMISQueryOptions extends QueryOptions
|
||||
this.queryMode = queryMode;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user