@XMLBindable public class UESProcessEvent extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
errorCode
Optional error code.
|
private java.lang.String |
eventCode
Code of event.
|
private UESMessage |
eventMessage
Event message.
|
private UESEventType |
eventType
Type of event.
|
private UESProcessState |
processState
Process state.
|
private UESURI |
processUri
UESURI of process.
|
private UESURI |
relatedObject
UESURI of object related to this event.
|
private long |
timestamp
Timestamp of event occurrence.
|
private int |
workedUnits
Units worked by this event.
|
| Constructor and Description |
|---|
UESProcessEvent()
Creates new instance of UESProcessEvent.
|
UESProcessEvent(UESEventType eventType,
Creates new instance of UESProcessEvent.
|
UESProcessEvent(UESEventType eventType,
Creates new instance of UESProcessEvent.
|
UESProcessEvent(UESEventType eventType,
Creates new instance of UESProcessEvent.
|
eventType - Type of eventeventCode - Code of eventeventMessage - Optional event messageeventType - Type of eventeventCode - Code of eventeventMessage - Optional event messagerelatedObject - Optional UESURI of related objecteventType - Type of eventeventCode - Code of eventeventMessage - Optional event messagerelatedObject - Optional UESURI of related objecterrorCode - Optional Error codeworkedUnits - Units worked by this event