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

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

Uses of ObjectStatus in gov.nasa.pds.registry.model
 

Methods in gov.nasa.pds.registry.model that return ObjectStatus
 ObjectStatus ObjectAction.getObjectStatus()
           
 ObjectStatus RegistryObject.getStatus()
           
static ObjectStatus ObjectStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObjectStatus[] ObjectStatus.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 ObjectStatus
 void RegistryObject.setStatus(ObjectStatus status)
           
 

Uses of ObjectStatus in gov.nasa.pds.registry.query
 

Methods in gov.nasa.pds.registry.query that return ObjectStatus
 ObjectStatus ObjectFilter.getStatus()
           
 

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

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

Methods in gov.nasa.pds.registry.resource with parameters of type ObjectStatus
 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.