|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface SearchCriteriaMatcher
An interface defining a contract for matching an Entry's values against a
built SearchCriteria.
Note: This class is for internal usage only. Any dependency from the
end-user will not be supported. Changes to this class will happen without a
warning.
| Method Summary | |
|---|---|
boolean |
match(Entry entry,
SearchCriteria sc)
Matches the specified entry against the defined search criteria using the default mechanism. |
boolean |
match(Entry entry,
SearchCriteria sc,
java.util.Map<java.lang.String,MatchCustomizer> customize)
Matches specified entry against the defined search criteria using the specified customization mechanism. |
| Method Detail |
|---|
boolean match(Entry entry,
SearchCriteria sc)
entry - the actual entry to matchsc - the criteria definition
boolean match(Entry entry,
SearchCriteria sc,
java.util.Map<java.lang.String,MatchCustomizer> customize)
entry - the actual entry to matchsc - the criteria definitioncustomize - a map containing the name of the attributes for which a
customization should be applied. A match-all * can be used to
match all attributes.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||