| Package | Description |
|---|---|
| org.dataone.cn.log |
| Modifier and Type | Method and Description |
|---|---|
AuditEvent |
AuditLogEntry.getEvent() |
static AuditEvent |
AuditEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditEvent[] |
AuditEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuditLogEntry.setEvent(AuditEvent event) |
| Constructor and Description |
|---|
AuditLogEntry(String pid,
String nodeId,
AuditEvent event,
Date dateLogged,
String logText) |
AuditLogEntry(String pid,
String nodeId,
AuditEvent event,
String logText) |
Copyright © 2016. All rights reserved.