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 String
GUID of corresponding feed (read from parentAction.feedGuid)List of all hashtags of actions if action.type == EActionType.UserCommentprotected String
Date 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 Action
an action where action.parentGuid is emptyprotected String
GUID of corresponsing SordList of all subActions (action.parentGuid = parentAction.guid)protected String
Text of all actions, separated by a whitespaceList of all texts of all actionsprotected String
Version comment of corresponding DocVersion if parentAction.getDocVersionGuid() is set.protected String
Name of corresponding DocVersion if parentAction.getDocVersionGuid() is set. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetText()
void
setCreatorIds
(HashSet<Integer> creatorIds) void
setFeedGuid
(String feedGuid) void
setHashTags
(HashSet<String> hashTags) void
setLastChanged
(String lastChanged) void
setLinkedGuids
(HashSet<String> linkedGuids) void
setMentions
(HashSet<String> mentions) void
setParentAction
(Action parentAction) void
setSordGuid
(String sordGuid) void
setSubActions
(List<Action> subActions) void
void
setTextList
(List<String> textList) void
setVersionComment
(String versionComment) void
setVersionName
(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
-