Merged 5.2.N (5.2.1) to HEAD (5.2)

129135 mmuller: 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/HEAD/root@129329 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alexandru Epure
2016-08-09 14:10:45 +00:00
parent 8fa8efbee6
commit 66911c842b
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";
}