Package de.elo.ix.client.myelo
Class MyELOContent
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.myelo.MyELOContent
- All Implemented Interfaces:
Serializable
- Since:
- 10.00.020.001
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Action[]Document feed actions.Document feeds.protected List<HashTagRelation>HashTag Relations.HashTags.protected Map<String,Notification> Notifications.protected Sord[]Array ofsordobjects.protected Map<String,Subscription> Subscriptions.protected UserTask[]Array of user tasks.protected WFDiagram[]Array of WorkflowDiagramsFields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAction[]getFeeds()Sord[]getSords()UserTask[]getTasks()voidsetActions(Action[] actions) voidvoidsetHashTagRelations(List<HashTagRelation> hashTagRelations) voidsetHashTags(Map<String, HashTag> hashTags) voidsetNotifications(Map<String, Notification> notifications) voidvoidsetSubscriptions(Map<String, Subscription> subscriptions) voidvoidsetWorkflows(WFDiagram[] workflows) Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
workflows
Array of WorkflowDiagrams- See Also:
-
tasks
Array of user tasks.- See Also:
-
sords
Array ofsordobjects. This member is set ifsordC -
actions
Document feed actions. This array is filled by findFirst/findNextActions of the interface FeedService. The associated Feed objects are returned in the collectionfeeds. -
feeds
Document feeds. Feed objects mapped to their GUID.- See Also:
-
subscriptions
Subscriptions. Subscription objects mapped to their Subscription.watchGuid. -
notifications
Notifications. Notification objects mapped to their Notification.watchGuid -
hashTagRelations
HashTag Relations. -
hashTags
HashTags. HashTag Objects mapped to their HashTagGuid
-
-
Constructor Details
-
MyELOContent
public MyELOContent()
-
-
Method Details
-
setWorkflows
-
setTasks
-
setSords
-
setActions
-
setFeeds
-
setSubscriptions
-
setNotifications
-
setHashTagRelations
-
setHashTags
-
getWorkflows
-
getTasks
-
getSords
-
getActions
-
getFeeds
-
getSubscriptions
-
getNotifications
-
getHashTagRelations
-
getHashTags
-