Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)

127419 jvonka: Node Associations - 1st cut for creating/listing primary child assoc type other than cm:contains
   - TODO sanity tests, api spec tweaks
   RA-1092


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@127606 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jamal Kaabi-Mofrad
2016-06-02 22:22:56 +00:00
parent 3a0b2f1570
commit 78b82716c8
6 changed files with 67 additions and 26 deletions

View File

@@ -280,4 +280,5 @@ public interface Nodes
String PARAM_VERSION_COMMENT = "comment";
String PARAM_ISPRIMARY = "isPrimary";
String PARAM_ASSOC_TYPE = "assocType";
}