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

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

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

Methods in gov.nasa.pds.registry.client with parameters of type ObjectAction
 void RegistryClient.changeStatusOfPackageMembers(String packageGuid, ObjectAction action)
          Approve, deprecate, or undeprecate all members of a package
 

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.service
 

Methods in gov.nasa.pds.registry.service with parameters of type ObjectAction
 void RegistryServiceImpl.changeObjectStatus(String user, String guid, ObjectAction action, Class<? extends RegistryObject> objectClass)
           
 void RegistryService.changeObjectStatus(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 RegistryServiceImpl.changeStatusOfPackageMembers(String user, String packageId, ObjectAction action)
           
 void RegistryService.changeStatusOfPackageMembers(String user, String packageId, ObjectAction action)
          Changes the status of all registry objects that are members of the package.
 



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