public class FilterResultImpl extends Object implements FilterResult
| Constructor and Description |
|---|
FilterResultImpl(boolean processed) |
FilterResultImpl(Metacard metacard,
Response response,
boolean processed) |
| Modifier and Type | Method and Description |
|---|---|
Metacard |
metacard()
Returns a filtered
Metacard. |
boolean |
processed()
Returns true if this result was processed.
|
Response |
response()
Returns a filtered
Response |
public Metacard metacard()
FilterResultMetacard.metacard in interface FilterResultMetacardpublic Response response()
FilterResultResponseresponse in interface FilterResultResponsepublic boolean processed()
FilterResultprocessed in interface FilterResultThis work is licensed under a Creative Commons Attribution 4.0 International License.