Difference between revisions of "GetSocialFeed"
From LongJump Support Wiki
imported>Aeric (Created page with "{{subst: Java API}}") |
imported>Aeric |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE: | {{DISPLAYTITLE:getSocialFeed}} | ||
Get a posted message. | |||
;Syntax: | ;Syntax: | ||
:<syntaxhighlight lang="java" enclose="div"> | :<syntaxhighlight lang="java" enclose="div"> | ||
BaseBean<SocialBean> posting = Functions.getSocialFeed(String id); | |||
</syntaxhighlight> | </syntaxhighlight> | ||
;Parameters: | ;Parameters: | ||
;Returns: | ;Returns: | ||
:[[ | :A SocialBean instance that is appropriate for the type of post: | ||
::* [{{DOCHOST}}/javadocs/com/platform/beans/SocialDocumentBean.html SocialDocumentBean] | |||
: | ::* [{{DOCHOST}}/javadocs/com/platform/beans/SocialGroupBean.html SocialGroupBean] | ||
: | ::* [{{DOCHOST}}/javadocs/com/platform/beans/SocialRecordBean.html SocialRecordBean] | ||
::* [{{DOCHOST}}/javadocs/com/platform/beans/SocialUserBean.html SocialUserBean] | |||
;Throws: | ;Throws: | ||
:Exception | :Exception | ||
Revision as of 02:46, 3 December 2011
Get a posted message.
- Syntax
BaseBean<SocialBean> posting = Functions.getSocialFeed(String id);
- Parameters
- Returns
- A SocialBean instance that is appropriate for the type of post:
- Throws
- Exception