JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
ddf.catalog.security
Interface FilterStrategy
public interface
FilterStrategy
A strategy for filtering a Metacard.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
FilterResult
process
(
Response
response,
Metacard
metacard)
Returns a
FilterResult
with a processed or unprocessed
Metacard
or
Response
Method Details
process
FilterResult
process
(
Response
response,
Metacard
metacard)
Returns a
FilterResult
with a processed or unprocessed
Metacard
or
Response
Parameters:
response
-
Response
to filter
metacard
-
Metacard
to filter
Returns: