Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1)

128208 jvonka: V1 REST API: Node Version History - test update
   - test to show that optionally can create new file as a minor version (0.1)
   REPO-156, REPO-159


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@129135 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Martin Muller
2016-08-05 10:13:47 +00:00
parent ee91e0b457
commit dbb8bd31e8
2 changed files with 254 additions and 97 deletions

View File

@@ -258,7 +258,6 @@ public interface Nodes
String OP_UPDATE = "update";
String PARAM_RELATIVE_PATH = "relativePath";
String PARAM_AUTO_RENAME = "autoRename";
String PARAM_PERMANENT = "permanent";
String PARAM_INCLUDE_PROPERTIES = "properties";
@@ -286,6 +285,9 @@ public interface Nodes
String PARAM_VERSION_MAJOR = "majorVersion"; // true if major, false if minor
String PARAM_VERSION_COMMENT = "comment";
String PARAM_OVERWRITE = "overwrite";
String PARAM_AUTO_RENAME = "autoRename";
String PARAM_ISPRIMARY = "isPrimary";
String PARAM_ASSOC_TYPE = "assocType";
}