Package com.saperion.event
Class SaWfEventImpl
- java.lang.Object
-
- com.saperion.event.SaWfEventImpl
-
- All Implemented Interfaces:
SaWfEvent,java.io.Serializable
public class SaWfEventImpl extends java.lang.Object implements SaWfEvent
Implementation of the interface @linkSaWfEvent.
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.StringgetEventId()Reads the event ID.java.lang.StringgetHDoc()Reads the HDOC for this event.intgetNodeId()Reads the node ID.java.lang.StringgetProcessId()Reads the process ID.java.lang.StringgetSysRowId()Reads the SysRowId.longgetSysTimeStamp()Reads the SysTimeStamp.
-
-
-
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- EventIdwfHDoc- HDocwfNodeId- NodeIdwfProcessId- ProcessIdwfSysRowId- SysRowIdwfSysTimeStamp- SysTimeStamp
-
-
Method Detail
-
getEventId
public java.lang.String getEventId()
Reads the event ID.- Specified by:
getEventIdin interfaceSaWfEvent- Returns:
- EventId
- See Also:
SaWfEvent.getEventId()
-
getHDoc
public java.lang.String getHDoc()
Reads the HDOC for this event.- Specified by:
getHDocin interfaceSaWfEvent- Returns:
- hDoc
- See Also:
SaWfEvent.getHDoc()
-
getNodeId
public int getNodeId()
Reads the node ID.- Specified by:
getNodeIdin interfaceSaWfEvent- Returns:
- Node ID
- See Also:
SaWfEvent.getNodeId()
-
getProcessId
public java.lang.String getProcessId()
Reads the process ID.- Specified by:
getProcessIdin interfaceSaWfEvent- Returns:
- process ID
- See Also:
SaWfEvent.getProcessId()
-
getSysRowId
public java.lang.String getSysRowId()
Reads the SysRowId.- Specified by:
getSysRowIdin interfaceSaWfEvent- Returns:
- SysRowId
- See Also:
SaWfEvent.getSysRowId()
-
getSysTimeStamp
public long getSysTimeStamp()
Reads the SysTimeStamp.- Specified by:
getSysTimeStampin interfaceSaWfEvent- Returns:
- SysTimeStamp
- See Also:
SaWfEvent.getSysTimeStamp()
-
-