mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
107541: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud) (PARTIAL MERGE) 107413: Merged DEV to 5.0.N (5.0.3) 106858 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Cleaning of Javadoc, 107565: MNT-13545 Fix compilation after merge of Javadoc git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@107633 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -231,7 +231,7 @@ public class People extends BaseScopableProcessorExtension implements Initializi
|
||||
/**
|
||||
* Set the UserRegistrySynchronizer
|
||||
*
|
||||
* @param userRegistrySynchronizer
|
||||
* @param userRegistrySynchronizer UserRegistrySynchronizer
|
||||
*/
|
||||
public void setUserRegistrySynchronizer(UserRegistrySynchronizer userRegistrySynchronizer)
|
||||
{
|
||||
@@ -512,7 +512,7 @@ public class People extends BaseScopableProcessorExtension implements Initializi
|
||||
* @param filter filter query string by which to filter the collection of people.
|
||||
* If <pre>null</pre> then all people stored in the repository are returned
|
||||
*
|
||||
* @deprecate see getPeople(filter, maxResults)
|
||||
* @deprecated recated see getPeople(filter, maxResults)
|
||||
*
|
||||
* @return people collection as a JavaScript array
|
||||
*/
|
||||
@@ -1236,8 +1236,8 @@ public class People extends BaseScopableProcessorExtension implements Initializi
|
||||
* This enables a script to interogate which properties are dealt with by an external
|
||||
* system such as LDAP and should not be mutable in any client UI.
|
||||
*
|
||||
* @param username
|
||||
*
|
||||
* @param username String
|
||||
*
|
||||
* @return ScriptableHashMap
|
||||
*/
|
||||
public ScriptableHashMap getImmutableProperties(String username)
|
||||
|
Reference in New Issue
Block a user