Merged CMIS063 to HEAD

15185: 0.62c upgrade: service document
  15198: 0.62c upgrade: allowable actions
  15228: 0.62c upgrade: types and properties

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17227 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2009-10-29 16:07:47 +00:00
parent 76b68cb8cd
commit f2e3183a5c
23 changed files with 553 additions and 453 deletions

View File

@@ -34,7 +34,7 @@ public enum CMISQueryEnum implements EnumLabel
NONE("none"),
METADATA_ONLY("metadataonly"),
FULLTEXT_ONLY("fulltextonly"),
BOTH_SEPERATE("bothseperate"),
BOTH_SEPERATE("bothseparate"),
BOTH_COMBINED("bothcombined");
private String label;