Modifier and Type | Method and Description |
---|---|
Activity[] |
ActivityManager.getActivities(String[] userIds,
String groupId,
String appId,
Set<String> fields,
FilterOptions options)
Returns an array of Activity objects to the passed parameters
|
Activity[] |
ActivityManager.getActivities(String userId,
String groupId,
String appId,
Set<String> fields,
FilterOptions options,
String[] activityIds)
Returns an array of Activity objects to the passed activityIds
|
Modifier and Type | Method and Description |
---|---|
ActivityEntry[] |
ActivityStreamManager.getActivityEntries(String[] userIds,
String groupId,
String appId,
Set<String> fields,
FilterOptions options)
Returns a list of activities that correspond to the passed in users and group.
|
ActivityEntry[] |
ActivityStreamManager.getActivityEntries(String userId,
String groupId,
String appId,
Set<String> fields,
FilterOptions options,
String[] activityIds)
Returns a set of activities for the passed in user and group that corresponds to a list of
activityIds.
|
Modifier and Type | Method and Description |
---|---|
MessageCollection[] |
MessageManager.getMessageCollections(String userId,
Set<String> fields,
FilterOptions options)
Returns an array of message collections corresponding to the given user details
|
Message[] |
MessageManager.getMessages(String userId,
String msgCollectionId,
Set<String> fields,
List<String> msgIds,
FilterOptions options)
Returns an array of messages that correspond to the passed in data
|
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
|
Copyright © 2018 WSO2. All rights reserved.