Difference between revisions of "GetSocialFeed"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 10: Line 10:


;Returns:
;Returns:
:A SocialBean instance that is appropriate for the type of post:
:A SocialBean instance that is appropriate for the type of post. Use Java's <tt>instanceof</tt> to determine which you have:
::* [{{DOCHOST}}/javadocs/com/platform/beans/SocialDocumentBean.html SocialDocumentBean]
::* [{{DOCHOST}}/javadocs/com/platform/beans/SocialDocumentBean.html SocialDocumentBean]
::* [{{DOCHOST}}/javadocs/com/platform/beans/SocialGroupBean.html SocialGroupBean]
::* [{{DOCHOST}}/javadocs/com/platform/beans/SocialGroupBean.html SocialGroupBean]
::* [{{DOCHOST}}/javadocs/com/platform/beans/SocialRecordBean.html SocialRecordBean]
::* [{{DOCHOST}}/javadocs/com/platform/beans/SocialRecordBean.html SocialRecordBean]
::* [{{DOCHOST}}/javadocs/com/platform/beans/SocialUserBean.html SocialUserBean]
::* [{{DOCHOST}}/javadocs/com/platform/beans/SocialUserBean.html SocialUserBean]
:(Use


;Throws:
;Throws:
:Exception
:Exception

Revision as of 19:55, 13 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. Use Java's instanceof to determine which you have:
(Use
Throws
Exception