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

Packages that use EventType
gov.nasa.pds.registry.model   
gov.nasa.pds.registry.query   
gov.nasa.pds.registry.resource   
 

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)
           
 

Uses of EventType in gov.nasa.pds.registry.resource
 

Methods in gov.nasa.pds.registry.resource with parameters of type EventType
 javax.ws.rs.core.Response ProductsResource.getProducts(Integer start, Integer rows, String guid, String name, String lid, String versionName, String versionId, String objectType, String submitter, ObjectStatus status, EventType eventType, QueryOperator operator, List<String> sort)
          Allows access to all the products managed by this repository.
 



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