Package com.saperion.intf.wf
Interface SaWfEvent
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SaWfEventImpl
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 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.
-
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
-