The containing groups for a user can now be optionally returned via the Person REST API.

Some cleanup to Person REST API templates scripts and tests.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13829 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2009-04-03 16:02:55 +00:00
parent 681c220229
commit 0ee6c8038a

View File

@@ -520,7 +520,7 @@ public final class People extends BaseScopableProcessorExtension
*
* @param person the user (cm:person) to get the containing groups for
*
* @return the containing groups as a JavaScript array, can be null
* @return the containing groups as a JavaScript array
*/
public Scriptable getContainerGroups(ScriptNode person)
{