public class SlotFilter extends Object implements ResultsFilter
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
value |
LATEST_VERSION, VERSION_ID
Constructor and Description |
---|
SlotFilter(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
Object |
applyFilter(Object filterObject)
Check the input "filter" (ExtrinsicObject) contains the
"value" (Slot)
|
Object |
applyFilter(RegistryClient client,
Object filterObject)
Apply the filter on the object and also pass a registry client object
for potential queries to the registry
|
String |
getName() |
String |
getValue() |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
public SlotFilter(String name, String value) throws RegistryHandlerException
RegistryHandlerException
public Object applyFilter(Object filterObject)
applyFilter
in interface ResultsFilter
public Object applyFilter(RegistryClient client, Object filterObject) throws RegistryServiceException
ResultsFilter
applyFilter
in interface ResultsFilter
RegistryServiceException
public String getName()
public void setName(String name) throws RegistryHandlerException
RegistryHandlerException
public String getValue()
public void setValue(String value)
Copyright © 2010–2015 Planetary Data System. All rights reserved.