Package | Description |
---|---|
gov.nasa.pds.registry.model | |
gov.nasa.pds.registry.query |
Modifier and Type | Method and Description |
---|---|
EventType |
ObjectAction.getEventType() |
EventType |
AuditableEvent.getEventType() |
static EventType |
EventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AuditableEvent.setEventType(EventType eventType) |
Constructor and Description |
---|
AuditableEvent(EventType eventType,
java.util.List<java.lang.String> affectedObjects,
java.lang.String user) |
Modifier and Type | Method and Description |
---|---|
EventType |
EventFilter.getEventType() |
Modifier and Type | Method and Description |
---|---|
EventFilter.Builder |
EventFilter.Builder.eventType(EventType eventType) |
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.