Interface SaWfEvent

All Superinterfaces:
Serializable
All Known Implementing Classes:
SaWfEventImpl

public interface SaWfEvent extends Serializable
Bean interface for an event. The event is fired every time when the workflow raise an event. The event consists of
  • SYSROWID;
  • HDOC revisons number;
  • Process ID;
  • Event ID;
  • Node ID;
  • SysTimwStamp;
    • Method Details

      • getSysRowId

        String getSysRowId()
        Reads the SysRowId.
        Returns:
        SysRowId
      • getHDoc

        String getHDoc()
        Reads the HDOC for this event.
        Returns:
        hDoc
      • getProcessId

        String getProcessId()
        Reads the process ID.
        Returns:
        process ID
      • getEventId

        String getEventId()
        Reads the event ID.
        Returns:
        EventId
      • getNodeId

        int getNodeId()
        Reads the node ID.
        Returns:
        Node ID
      • getSysTimeStamp

        long getSysTimeStamp()
        Reads the SysTimeStamp.
        Returns:
        SysTimeStamp