Uses of Class
gov.nasa.pds.registry.model.ObjectStatus
-
Packages that use ObjectStatus Package Description gov.nasa.pds.registry.model gov.nasa.pds.registry.query -
-
Uses of ObjectStatus in gov.nasa.pds.registry.model
Methods in gov.nasa.pds.registry.model that return ObjectStatus Modifier and Type Method Description 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 Modifier and Type Method Description void
RegistryObject. setStatus(ObjectStatus status)
-
Uses of ObjectStatus in gov.nasa.pds.registry.query
Fields in gov.nasa.pds.registry.query declared as ObjectStatus Modifier and Type Field Description protected ObjectStatus
ObjectFilter. status
Methods in gov.nasa.pds.registry.query that return ObjectStatus Modifier and Type Method Description ObjectStatus
ObjectFilter. getStatus()
Methods in gov.nasa.pds.registry.query with parameters of type ObjectStatus Modifier and Type Method Description ExtrinsicFilter.Builder
ExtrinsicFilter.Builder. status(ObjectStatus status)
ObjectFilter.Builder
ObjectFilter.Builder. status(ObjectStatus status)
-