|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectAction | |
---|---|
gov.nasa.pds.registry.model | |
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.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.changeObjectStatus(String user,
String lid,
String versionId,
ObjectAction action,
Class<? extends RegistryObject> objectClass)
|
void |
RegistryService.changeObjectStatus(String user,
String lid,
String versionId,
ObjectAction action,
Class<? extends RegistryObject> objectClass)
Changes the RegistryObject status with the given identifying
information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |