mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD (5.2) to 5.2.N (5.2.1)
126525 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2) 123064 jvonka: Nodes (FileFolder) API - WIP create or update (versionable) content with optional majorVersion &/or comment - via query params for PUT - via form-data fields for POST (when overwrite field is true) - return updated "cm:versionLabel" - TODO tests + api def (hence WIP) RA-690, RA-637, RA-640 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126869 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -215,4 +215,7 @@ public interface Nodes
|
||||
String PARAM_MIMETYPE = "mimeType";
|
||||
String PARAM_SIZEINBYTES = "sizeInBytes";
|
||||
String PARAM_NODETYPE = "nodeType";
|
||||
|
||||
String PARAM_VERSION_MAJOR = "majorVersion"; // true if major, false if minor
|
||||
String PARAM_VERSION_COMMENT = "comment";
|
||||
}
|
||||
|
Reference in New Issue
Block a user