public class SaWfEventImpl extends Object implements SaWfEvent
SaWfEvent
.SaWfEvent
,
Serialized FormConstructor and Description |
---|
SaWfEventImpl(String wfEventId,
String wfHDoc,
int wfNodeId,
String wfProcessId,
String wfSysRowId,
long wfSysTimeStamp)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getEventId()
Reads the event ID.
|
String |
getHDoc()
Reads the HDOC for this event.
|
int |
getNodeId()
Reads the node ID.
|
String |
getProcessId()
Reads the process ID.
|
String |
getSysRowId()
Reads the SysRowId.
|
long |
getSysTimeStamp()
Reads the SysTimeStamp.
|
public String getEventId()
getEventId
in interface SaWfEvent
SaWfEvent.getEventId()
public String getHDoc()
getHDoc
in interface SaWfEvent
SaWfEvent.getHDoc()
public int getNodeId()
getNodeId
in interface SaWfEvent
SaWfEvent.getNodeId()
public String getProcessId()
getProcessId
in interface SaWfEvent
SaWfEvent.getProcessId()
public String getSysRowId()
getSysRowId
in interface SaWfEvent
SaWfEvent.getSysRowId()
public long getSysTimeStamp()
getSysTimeStamp
in interface SaWfEvent
SaWfEvent.getSysTimeStamp()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.