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/BRANCHES/DEV/5.2.N/root@131172 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Cristian Turlica
2016-10-04 11:43:34 +00:00
parent 2ab6aa4676
commit fe279c2eb6
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";
}