Package de.elo.ix.client.feed
Class Feed
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.feed.Feed
- All Implemented Interfaces:
Serializable
This class represents a document feed. Each Sord can have at most one Feed object. A Feed
contains of a list of Action objects which can be user comments, comments generated by scripts
and actions generated by the system. The Feed object acts like a header for the list of actions.
Its main purpose is the mapping between feed actions and a Sord object. In order to receive a
feed of a Sord object inclusive all actions, call function
FeedService.findFirstActions(de.elo.ix.client.ClientInfo, FindActionsInfo, int, ActionZ).- Since:
- 9.00.000.003
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringCreate date.protected StringFeed GUID.protected StringGUID of the associated Sord object.protected StringTime stamp.protected StringTimestamp of this object's last export by the replication.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGuid()voidsetCreateDateIso(String createDateIso) voidvoidsetObjGuid(String objGuid) voidvoidsetTStampSync(String TStampSync) toString()Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
guid
Feed GUID. -
createDateIso
Create date. It holds the ISO formatted create date in the time zone of the client application. In order to convert this value into a date object, invoke functionIXConnection.isoToDate(java.lang.String). -
tStamp
Time stamp. Time stamp of creation or modification. -
objGuid
GUID of the associated Sord object. -
TStampSync
Timestamp of this object's last export by the replication.- Since:
- 9.99.009.001
-
-
Constructor Details
-
Feed
public Feed() -
Feed
-
-
Method Details