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

131172 cturlica: REPO-1359: Filter sites by visibility - implement the API
      - added filter sites by visibility


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132219 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2016-11-03 13:31:33 +00:00
parent a6885716c4
commit a9655d73e9
2 changed files with 154 additions and 4 deletions

View File

@@ -79,4 +79,5 @@ public interface Sites
String PARAM_SITE_DESCRIPTION = "description";
String PARAM_SITE_ROLE = "role";
String PARAM_VISIBILITY = "visibility";
}