Package | Description |
---|---|
org.wso2.carbon.registry.social.api.people |
Modifier and Type | Method and Description |
---|---|
Person[] |
PersonManager.getPeople(String[] userIds,
String groupId,
FilterOptions filterOptions,
String[] fields)
Returns an array of persons that correspond to the passed in useIds
|
Person |
PersonManager.getPerson(String userId)
Fetches the person details for the given userId
|
Person |
PersonManager.getPerson(String userId,
String[] fields)
Returns a person that corresponds to the passed in userIds
|
Modifier and Type | Method and Description |
---|---|
boolean |
PersonManager.savePerson(String userId,
Person user)
Persists the details of the person
|
boolean |
PersonManager.updatePerson(String userId,
Person user)
Updates/Modify person details
|
Copyright © 2024 WSO2. All Rights Reserved.