Package com.saperion.event
Class SaWfEventImpl
java.lang.Object
com.saperion.event.SaWfEventImpl
- All Implemented Interfaces:
SaWfEvent
,Serializable
Implementation of the interface @link
Holds the information about a specific workflow event like the HDoc, NodeId and SysRowId of the event.
SaWfEvent
.Holds the information about a specific workflow event like the HDoc, NodeId and SysRowId of the event.
- Author:
- rbo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaWfEventImpl
(String wfEventId, String wfHDoc, int wfNodeId, String wfProcessId, String wfSysRowId, long wfSysTimeStamp) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReads the event ID.getHDoc()
Reads the HDOC for this event.int
Reads the node ID.Reads the process ID.Reads the SysRowId.long
Reads the SysTimeStamp.
-
Constructor Details
-
Method Details
-
getEventId
Reads the event ID.- Specified by:
getEventId
in interfaceSaWfEvent
- Returns:
- EventId
- See Also:
-
getHDoc
Reads the HDOC for this event. -
getNodeId
public int getNodeId()Reads the node ID. -
getProcessId
Reads the process ID.- Specified by:
getProcessId
in interfaceSaWfEvent
- Returns:
- process ID
- See Also:
-
getSysRowId
Reads the SysRowId.- Specified by:
getSysRowId
in interfaceSaWfEvent
- Returns:
- SysRowId
- See Also:
-
getSysTimeStamp
public long getSysTimeStamp()Reads the SysTimeStamp.- Specified by:
getSysTimeStamp
in interfaceSaWfEvent
- Returns:
- SysTimeStamp
- See Also:
-