Modifier and Type | Method and Description |
---|---|
ObjectQ.AuditState |
AuditResource.getAudit() |
ObjectQ.AuditState |
AuditResource.getDateTime() |
ObjectQ.AuditState |
AuditResource.getHostname() |
ObjectQ.AuditState |
AuditResource.getPid() |
ObjectQ.AuditState |
AuditResource.getQueue() |
ObjectQ.AuditState |
AuditResource.getService() |
ObjectQ.AuditState |
AuditResource.getUserid() |
static ObjectQ.AuditState |
ObjectQ.AuditState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectQ.AuditState[] |
ObjectQ.AuditState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AuditResource.setAudit(ObjectQ.AuditState state)
Set the resource to the specified state.
|
void |
AuditResource.setDateTime(ObjectQ.AuditState state)
Set the resource to the specified state.
|
void |
AuditResource.setHostname(ObjectQ.AuditState state)
Set the resource to the specified state.
|
void |
AuditResource.setPid(ObjectQ.AuditState state)
Set the resource to the specified state.
|
void |
AuditResource.setQueue(ObjectQ.AuditState state)
Set the resource to the specified state.
|
void |
AuditResource.setService(ObjectQ.AuditState state)
Set the resource to the specified state.
|
void |
AuditResource.setUserid(ObjectQ.AuditState state)
Set the resource to the specified state.
|
Constructor and Description |
---|
AuditResource(ObjectQ.AuditState state)
Construct an object with all elements set to the specified state.
|