Package | Description |
---|---|
gov.nasa.pds.registry.client | |
gov.nasa.pds.registry.model | |
gov.nasa.pds.registry.service |
Modifier and Type | Method and Description |
---|---|
void |
RegistryClient.changeStatusOfPackage(java.lang.String packageGuid,
ObjectAction action)
Approve, deprecate, or undeprecate of a package
|
void |
RegistryClient.changeStatusOfPackageMembers(java.lang.String packageGuid,
ObjectAction action)
Approve, deprecate, or undeprecate all members of a package
|
Modifier and Type | Method and Description |
---|---|
static ObjectAction |
ObjectAction.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryServiceImpl.changeObjectStatus(java.lang.String user,
java.lang.String guid,
ObjectAction action,
java.lang.Class<? extends RegistryObject> objectClass) |
void |
RegistryService.changeObjectStatus(java.lang.String user,
java.lang.String guid,
ObjectAction action,
java.lang.Class<? extends RegistryObject> objectClass)
Changes the status of registry object with the given guid and of the given
type
|
void |
RegistryServiceImpl.changeStatusOfPackageMembers(java.lang.String user,
java.lang.String packageId,
ObjectAction action) |
void |
RegistryService.changeStatusOfPackageMembers(java.lang.String user,
java.lang.String packageId,
ObjectAction action)
Changes the status of all registry objects that are members of the package.
|
void |
RegistryServiceImpl.changeStatusOfPackageMembersWithQuery(java.lang.String user,
java.lang.String packageId,
ObjectAction action) |
void |
RegistryService.changeStatusOfPackageMembersWithQuery(java.lang.String user,
java.lang.String packageId,
ObjectAction action) |
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.