Package de.elo.ix.client
Class Subscription
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.Subscription
- All Implemented Interfaces:
Serializable
This class describes a subscription. A user can subscribe for changes to an object. Currently,
the only supported object type is a document feed. If the feed receives new comments,
notification information is inserted into the database for the user. By calling
FeedService.findFirstActions and setting FindActionsInfo.findNotifications=true, the user can
search for her notifications.
- Since:
- 9.00.014.003
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Create date of the subscription.protected String
GUID of user who registered the subscription.protected String
GUID of Object to be watched.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCreateDateIso
(String createDateIso) void
setUserGuid
(String userGuid) void
setWatchGuid
(String watchGuid) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
userGuid
GUID of user who registered the subscription. -
watchGuid
GUID of Object to be watched. This is either aFeed.getGuid()
,Action.getGuid()
orHashTag.getHstgGuid()
. -
createDateIso
Create date of the subscription.
-
-
Constructor Details
-
Subscription
public Subscription()Reserved -
Subscription
-
-
Method Details