Uses of Class
gov.nasa.pds.registry.model.EventType

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 ObjectFilter.getEventType()
           
 

Methods in gov.nasa.pds.registry.query with parameters of type EventType
 ObjectFilter.Builder ObjectFilter.Builder.eventType(EventType eventType)
           
 



Copyright © 2010-2011 Planetary Data System. All Rights Reserved.