Package com.adobe.granite.rest.filter
Interface Filter<Resource>
The
Filter is a service interface which is used for filtering a
element.-
Method Summary
-
Method Details
-
matches
Determines whether elements should be filtered or not.- Parameters:
element- The element to be matched against the filter- Returns:
trueif the element matches the filter, otherwisefalse
-