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

Packages that use ObjectAction
gov.nasa.pds.registry.model   
gov.nasa.pds.registry.resource   
gov.nasa.pds.registry.service   
 

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

Methods in gov.nasa.pds.registry.model that return ObjectAction
static ObjectAction ObjectAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObjectAction[] ObjectAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in gov.nasa.pds.registry.resource with parameters of type ObjectAction
 javax.ws.rs.core.Response ProductResource.changeStatus(ObjectAction action)
          This will change the status of the registered product
 

Uses of ObjectAction in gov.nasa.pds.registry.service
 

Methods in gov.nasa.pds.registry.service with parameters of type ObjectAction
 void RegistryService.changeRegistryObjectStatus(String user, String guid, ObjectAction action, Class<? extends RegistryObject> objectClass)
          Changes the status of registry object with the given guid and of the given type
 void RegistryService.changeStatus(String user, String lid, String versionId, ObjectAction action)
          Changes the Product status with the given identifying information.
 



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