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 SummaryConstructorsConstructorDescriptionSaWfEventImpl(String wfEventId, String wfHDoc, int wfNodeId, String wfProcessId, String wfSysRowId, long wfSysTimeStamp) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionReads the event ID.getHDoc()Reads the HDOC for this event.intReads the node ID.Reads the process ID.Reads the SysRowId.longReads the SysTimeStamp.
- 
Constructor Details
- 
Method Details- 
getEventIdReads the event ID.- Specified by:
- getEventIdin interface- SaWfEvent
- Returns:
- EventId
- See Also:
 
- 
getHDocReads the HDOC for this event.
- 
getNodeIdpublic int getNodeId()Reads the node ID.
- 
getProcessIdReads the process ID.- Specified by:
- getProcessIdin interface- SaWfEvent
- Returns:
- process ID
- See Also:
 
- 
getSysRowIdReads the SysRowId.- Specified by:
- getSysRowIdin interface- SaWfEvent
- Returns:
- SysRowId
- See Also:
 
- 
getSysTimeStamppublic long getSysTimeStamp()Reads the SysTimeStamp.- Specified by:
- getSysTimeStampin interface- SaWfEvent
- Returns:
- SysTimeStamp
- See Also:
 
 
-