REPO-1058 / REPO-1242: REST API - list sites that person is member of - fix orderBy (id, title or role)

- fix orderBy validation as per existing capabilities
- TODO add tests (see REPO-1244)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@130774 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2016-09-19 10:56:09 +00:00
parent 18f3a6b7b3
commit 660d46a829
2 changed files with 26 additions and 18 deletions

View File

@@ -77,4 +77,6 @@ public interface Sites
String PARAM_SITE_ID = "id";
String PARAM_SITE_TITLE = "title";
String PARAM_SITE_DESCRIPTION = "description";
String PARAM_SITE_ROLE = "role";
}