findVotesBy ( voter )
|
List |
|
|
findVotesFor ( voter )
|
List |
|
|
wallContentId ( entity )
|
String |
|
|
newWallPostBuilder ( )
|
WallPostBuilder |
Returns a new instance of WallPostBuilder
|
|
processWallPost ( wallPostBuilder )
|
Comment |
Process a WallPostBuilder and create the post
|
|
newForumQuestion ( forum, website, parentHref, newQuestion, comment, poster, files )
|
ForumPost |
Process a WallPostBuilder and create the forum post
|
|
replies ( postId )
|
List |
Get the list of direct replies to a given Comment or Post (by ID)
|
|
replies ( post, limit )
|
List |
|
|
followers ( contentId, website )
|
List |
|
|
isFollowing ( user, target, website )
|
boolean |
|
|
contentId ( target )
|
String |
|
|
willBeNotified ( p, w, contentId )
|
boolean |
This returns true if the conditions are met for the profile to be sent an
email notification when a comment is made on the content item identified
by contentId
|
|
renderSharedItem ( rf, relatedAppName, relatedItemId, hit )
|
String |
|
|
deletePost ( post )
|
void |
|
|
findPost ( oid )
|
Post |
|
|
report ( post, category, postURL, comment )
|
void |
|
|
tag ( post, taggedProfile, comment )
|
void |
|
|
deleteTag ( taggedProfile, post )
|
void |
|
|
findVote ( post )
|
Vote |
|
|
findVoteById ( id )
|
Vote |
|
|
deleteVote ( v )
|
void |
|
|
findPostTags ( post )
|
List |
|
|
newWallSharedItem ( contentId, raae )
|
Comment |
|
|
newProfileWallSharedItem ( userProfile, raae )
|
Comment |
|
|
newOrgWallSharedItem ( teamOrg, raae )
|
Comment |
|
|
fireShareableItemEvent ( sourceProfile, sourceWebsite, description, relatedAppId, relatedItemId )
|
void |
|
|
fireShareableItemEvent ( sourceProfile, sourceWebsite, description, relatedAppId, relatedItemId, contentIds )
|
void |
|
|
findPostByOrg ( start, finish, limit )
|
List |
|
|
newForumPostBuilder ( forum )
|
ForumPostBuilder |
|
|
newCommentPostBuilder ( postedToResource )
|
CommentPostBuilder |
|
|
newCommentPostBuilder ( article )
|
CommentPostBuilder |
|
|
findPostAttachment ( post, contentHash )
|
InputStream |
|
|
createPost ( b )
|
Post |
|
|