|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventType | |
---|---|
gov.nasa.pds.registry.model | |
gov.nasa.pds.registry.query |
Uses of EventType in gov.nasa.pds.registry.model |
---|
Methods in gov.nasa.pds.registry.model that return EventType | |
---|---|
EventType |
ObjectAction.getEventType()
|
EventType |
AuditableEvent.getEventType()
|
static EventType |
EventType.valueOf(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. |
Methods in gov.nasa.pds.registry.model with parameters of type EventType | |
---|---|
void |
AuditableEvent.setEventType(EventType eventType)
|
Constructors in gov.nasa.pds.registry.model with parameters of type EventType | |
---|---|
AuditableEvent(EventType eventType,
List<String> affectedObjects,
String user)
|
Uses of EventType in gov.nasa.pds.registry.query |
---|
Methods in gov.nasa.pds.registry.query that return EventType | |
---|---|
EventType |
EventFilter.getEventType()
|
Methods in gov.nasa.pds.registry.query with parameters of type EventType | |
---|---|
EventFilter.Builder |
EventFilter.Builder.eventType(EventType eventType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |