REPO-1390 , REPO-1391: Add support for retrieving site presets

-  Implemented the API;
   -  Added automated tests.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@131764 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Raluca Munteanu
2016-10-26 07:29:29 +00:00
parent e641cb63aa
commit 723d380c3b
8 changed files with 376 additions and 109 deletions

View File

@@ -77,4 +77,5 @@ public interface Sites
String PARAM_SITE_ROLE = "role";
String PARAM_VISIBILITY = "visibility";
String PARAM_PRESET = "preset";
}