REPO-556, REPO-1534: List People - OrderBy not working with "id"

- fixed orderBy issue, now people list can be ordered by "id" key
   - added more tests for list people endpoint


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@132482 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Raluca Munteanu
2016-11-07 14:51:48 +00:00
parent 104fd25dcc
commit f39e851d7b
4 changed files with 184 additions and 44 deletions

View File

@@ -37,7 +37,7 @@ public interface People
String PARAM_FIRST_NAME = "firstName";
String PARAM_LAST_NAME = "lastName";
String PARAM_USER_NAME = "userName";
String PARAM_ID = "id";
String validatePerson(String personId);
String validatePerson(String personId, boolean validateIsCurrentUser);