Package gov.nasa.pds.registry.query
Class ObjectFilter
- java.lang.Object
-
- gov.nasa.pds.registry.query.ObjectFilter
-
- Direct Known Subclasses:
AssociationFilter
,ExtrinsicFilter
public class ObjectFilter extends Object
This class identifies all the attributes one would filter on for any type ofRegistryObject
. This is used to build up a query from classes that extendRegistryQuery
- Author:
- pramirez
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ObjectFilter.Builder
-
Field Summary
Fields Modifier and Type Field Description protected String
guid
protected String
lid
protected String
name
protected String
objectType
protected ObjectStatus
status
protected String
versionName
-
Constructor Summary
Constructors Modifier Constructor Description protected
ObjectFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGuid()
String
getLid()
String
getName()
String
getObjectType()
ObjectStatus
getStatus()
String
getVersionName()
-