Class Feed

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.feed.Feed
All Implemented Interfaces:
Serializable

public class Feed extends ValueClass
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 Details

    • guid

      protected String guid
      Feed GUID.
    • createDateIso

      protected String 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 function IXConnection.isoToDate(java.lang.String).
    • tStamp

      protected String tStamp
      Time stamp. Time stamp of creation or modification.
    • objGuid

      protected String objGuid
      GUID of the associated Sord object.
    • TStampSync

      protected String TStampSync
      Timestamp of this object's last export by the replication.
      Since:
      9.99.009.001
  • Constructor Details

    • Feed

      public Feed()
    • Feed

      public Feed(Feed rhs)
  • Method Details

    • getGuid

      public String getGuid()
    • setGuid

      public void setGuid(String guid)
    • getCreateDateIso

      public String getCreateDateIso()
    • setCreateDateIso

      public void setCreateDateIso(String createDateIso)
    • getTStamp

      public String getTStamp()
    • setTStamp

      public void setTStamp(String tStamp)
    • getObjGuid

      public String getObjGuid()
    • setObjGuid

      public void setObjGuid(String objGuid)
    • getTStampSync

      public String getTStampSync()
    • setTStampSync

      public void setTStampSync(String TStampSync)
    • toString

      public String toString()
      Overrides:
      toString in class Object