Class SaWfEventImpl

  • All Implemented Interfaces:
    SaWfEvent, java.io.Serializable

    public class SaWfEventImpl
    extends java.lang.Object
    implements SaWfEvent
    Implementation of the interface @link SaWfEvent.
    Holds the information about a specific workflow event like the HDoc, NodeId and SysRowId of the event.
    Author:
    rbo
    See Also:
    SaWfEvent, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SaWfEventImpl​(java.lang.String wfEventId, java.lang.String wfHDoc, int wfNodeId, java.lang.String wfProcessId, java.lang.String wfSysRowId, long wfSysTimeStamp)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEventId()
      Reads the event ID.
      java.lang.String getHDoc()
      Reads the HDOC for this event.
      int getNodeId()
      Reads the node ID.
      java.lang.String getProcessId()
      Reads the process ID.
      java.lang.String getSysRowId()
      Reads the SysRowId.
      long getSysTimeStamp()
      Reads the SysTimeStamp.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SaWfEventImpl

        public SaWfEventImpl​(java.lang.String wfEventId,
                             java.lang.String wfHDoc,
                             int wfNodeId,
                             java.lang.String wfProcessId,
                             java.lang.String wfSysRowId,
                             long wfSysTimeStamp)
        Constructor.
        Parameters:
        wfEventId - EventId
        wfHDoc - HDoc
        wfNodeId - NodeId
        wfProcessId - ProcessId
        wfSysRowId - SysRowId
        wfSysTimeStamp - SysTimeStamp