Package de.elo.ix.client.feed
Class FeedPost
java.lang.Object
de.elo.ix.client.feed.FeedPost
- All Implemented Interfaces:
Serializable
A FeedPost contains a parent action (an action where action.parentGuid is empty) and all
subactions (actions where action.parentGuid = parent action's guid).
From all actions their information (e.g. hashtags, mentions) are accumulated into lists.
- Since:
- 11.00.000.050
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of all user IDs which created any actionprotected StringGUID of corresponding feed (read from parentAction.feedGuid)List of all hashtags of actions if action.type == EActionType.UserCommentprotected StringDate of last change of any actionList of GUIDs which are linked in any action if action.type == EActionType.UserCommentList of all mentions (UserNames) of actions if action.type == EActionType.UserCommentprotected Actionan action where action.parentGuid is emptyprotected StringGUID of corresponsing SordList of all subActions (action.parentGuid = parentAction.guid)protected StringText of all actions, separated by a whitespaceList of all texts of all actionsprotected StringVersion comment of corresponding DocVersion if parentAction.getDocVersionGuid() is set.protected StringName of corresponding DocVersion if parentAction.getDocVersionGuid() is set. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetText()voidsetCreatorIds(HashSet<Integer> creatorIds) voidsetFeedGuid(String feedGuid) voidsetHashTags(HashSet<String> hashTags) voidsetLastChanged(String lastChanged) voidsetLinkedGuids(HashSet<String> linkedGuids) voidsetMentions(HashSet<String> mentions) voidsetParentAction(Action parentAction) voidsetSordGuid(String sordGuid) voidsetSubActions(List<Action> subActions) voidvoidsetTextList(List<String> textList) voidsetVersionComment(String versionComment) voidsetVersionName(String versionName)
-
Field Details
-
parentAction
an action where action.parentGuid is empty -
sordGuid
GUID of corresponsing Sord -
feedGuid
GUID of corresponding feed (read from parentAction.feedGuid) -
subActions
List of all subActions (action.parentGuid = parentAction.guid) -
hashTags
List of all hashtags of actions if action.type == EActionType.UserComment -
mentions
List of all mentions (UserNames) of actions if action.type == EActionType.UserComment -
linkedGuids
List of GUIDs which are linked in any action if action.type == EActionType.UserComment -
creatorIds
List of all user IDs which created any action -
text
Text of all actions, separated by a whitespace -
textList
List of all texts of all actions -
lastChanged
Date of last change of any action -
versionName
Name of corresponding DocVersion if parentAction.getDocVersionGuid() is set. -
versionComment
Version comment of corresponding DocVersion if parentAction.getDocVersionGuid() is set.
-
-
Constructor Details
-
FeedPost
public FeedPost()
-
-
Method Details
-
getParentAction
-
getSordGuid
-
getSubActions
-
getHashTags
-
getMentions
-
getLinkedGuids
-
getCreatorIds
-
getText
-
getTextList
-
getLastChanged
-
getVersionName
-
getVersionComment
-
setParentAction
-
setSordGuid
-
setSubActions
-
setHashTags
-
setMentions
-
setLinkedGuids
-
setCreatorIds
-
setText
-
setTextList
-
setLastChanged
-
setVersionName
-
setVersionComment
-
getFeedGuid
-
setFeedGuid
-