Difference between revisions of "SearchSocialFeeds"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 4: | Line 4: | ||
;Syntax: | ;Syntax: | ||
:<syntaxhighlight lang="java" enclose="div"> | :<syntaxhighlight lang="java" enclose="div"> | ||
List feeds = Functions.searchSocialFeeds(SearchContext sc); | |||
</syntaxhighlight> | </syntaxhighlight> | ||
;Parameters: | ;Parameters: | ||
:; | :;sc:A [[Java_API:Support_Classes_and_Objects#SearchContext_Class|SearchContext]] object that defines the search. | ||
: | |||
;Returns: | ;Returns: | ||
:A list of strings containing IDs of posted messages. | |||
:A | |||
;Throws: | ;Throws: | ||
:Exception | :Exception |
Revision as of 03:15, 3 December 2011
Search postings.
- Syntax
List feeds = Functions.searchSocialFeeds(SearchContext sc);
- Parameters
-
- sc
- A SearchContext object that defines the search.
- Returns
- A list of strings containing IDs of posted messages.
- Throws
- Exception