Uses of Interface
org.wso2.carbon.registry.social.api.utils.FilterOptions
-
-
Uses of FilterOptions in org.wso2.carbon.registry.social.api.activity
Methods in org.wso2.carbon.registry.social.api.activity with parameters of type FilterOptions Modifier and Type Method Description Activity[]
ActivityManager. getActivities(String[] userIds, String groupId, String appId, Set<String> fields, FilterOptions options)
Returns an array of Activity objects to the passed parametersActivity[]
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 -
Uses of FilterOptions in org.wso2.carbon.registry.social.api.activityStream
Methods in org.wso2.carbon.registry.social.api.activityStream with parameters of type FilterOptions Modifier and Type Method 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. -
Uses of FilterOptions in org.wso2.carbon.registry.social.api.message
Methods in org.wso2.carbon.registry.social.api.message with parameters of type FilterOptions Modifier and Type Method Description MessageCollection[]
MessageManager. getMessageCollections(String userId, Set<String> fields, FilterOptions options)
Returns an array of message collections corresponding to the given user detailsMessage[]
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 -
Uses of FilterOptions in org.wso2.carbon.registry.social.api.people
Methods in org.wso2.carbon.registry.social.api.people with parameters of type FilterOptions Modifier and Type Method Description Person[]
PersonManager. getPeople(String[] userIds, String groupId, FilterOptions filterOptions, String[] fields)
Returns an array of persons that correspond to the passed in useIds
-