getSocialFollowers
From LongJump Support Wiki
Get a list of users who are following a resource.
- Syntax
CollectionsBean followers; followers = Functions.getSocialFollowers(String type, String id, String objectId, String criteria);
- Parameters
-
- type
- A string containing one of the Relay Feed Types. (required)
- id
- The ID of the feed. (required)
- objectId
- Required if the feed type is "record". Otherwise, it can be an empty string.
- criteria
- An optional filter expression that specifies records to select. Otherwise, it can be an empty string.
- Returns
- A CollectionBean containing the SocialUserBean objects for users who are following the resource.
- Throws
- Exception