@XMLBindable public class UESProcessAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private UESURI |
authority
Authority authorized for process execution.
|
private long |
endTime
Process execution end time.
|
private UESURI |
mainEntity
UESURI of main entity.
|
private UESURI |
parentProcess
UESURI of parent process.
|
private java.security.Principal |
principal
Principal authenticated for process execution.
|
private long |
startTime
Process execution start time.
|
private UESProcessState |
state
State of process.
|
private UESURI |
uri
UESURI of process.
|
Constructor and Description |
---|
UESProcessAttributes() |