mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged DEV/CMIS0_61 to HEAD (part 3)
14069 Introduce CMIS v0.61 XSDs - fix samples that don't validate 14073 CMISTests passing, complying with 0.61 XSDs. 14078 CMIS v0.61 data model and AtomPub binding API compliance. - delta from 0.6 recorded in changes_v0.6_to_v0.61.txt - updated CMIS test harness - tests pass - added Patch request type to Web Script test server 14079 Allow for HTTP PATCH method for remote Web Script tests. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14176 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -31,7 +31,7 @@ package org.alfresco.cmis;
|
||||
*/
|
||||
public enum CMISJoinEnum implements EnumLabel
|
||||
{
|
||||
NO_JOIN_SUPPORT("nojoin"),
|
||||
NO_JOIN_SUPPORT("none"),
|
||||
INNER_JOIN_SUPPORT("inneronly"),
|
||||
INNER_AND_OUTER_JOIN_SUPPORT("innerandouter");
|
||||
|
||||
|
Reference in New Issue
Block a user