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.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.
-
-
-
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:
getEventId
in interfaceSaWfEvent
- Returns:
- EventId
- See Also:
SaWfEvent.getEventId()
-
getHDoc
public java.lang.String getHDoc()
Reads the HDOC for this event.- Specified by:
getHDoc
in interfaceSaWfEvent
- Returns:
- hDoc
- See Also:
SaWfEvent.getHDoc()
-
getNodeId
public int getNodeId()
Reads the node ID.- Specified by:
getNodeId
in interfaceSaWfEvent
- Returns:
- Node ID
- See Also:
SaWfEvent.getNodeId()
-
getProcessId
public java.lang.String getProcessId()
Reads the process ID.- Specified by:
getProcessId
in interfaceSaWfEvent
- Returns:
- process ID
- See Also:
SaWfEvent.getProcessId()
-
getSysRowId
public java.lang.String getSysRowId()
Reads the SysRowId.- Specified by:
getSysRowId
in interfaceSaWfEvent
- Returns:
- SysRowId
- See Also:
SaWfEvent.getSysRowId()
-
getSysTimeStamp
public long getSysTimeStamp()
Reads the SysTimeStamp.- Specified by:
getSysTimeStamp
in interfaceSaWfEvent
- Returns:
- SysTimeStamp
- See Also:
SaWfEvent.getSysTimeStamp()
-
-