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:
David Caruana
2009-05-01 21:01:28 +00:00
parent 76890eb812
commit 3e3098f376
2 changed files with 2 additions and 2 deletions

View File

@@ -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");