Interface SaEvent

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    SaEventImpl

    public interface SaEvent
    extends java.io.Serializable
    Bean interface for an event. The event is fired every time when some document is changed (i.e. created/updated/deleted).

    The event consists of
  • the SYSROWID of the document;
  • the HDOC revisons number;
  • the ID of the event;
  • the events status;
  • timestamp;
  • the ID of the transaction in which the event is raised;
  • the text that comments this event;
  • the list of fields from the documents DDC which have been changed;