|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.server.criteria.DefaultMatcherCustomizer
public class DefaultMatcherCustomizer
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.
Constructor Summary | |
---|---|
DefaultMatcherCustomizer(boolean caseSensitive)
|
Method Summary | |
---|---|
boolean |
match(SearchCriteria.rscSearch criterion,
java.lang.Object value)
Matches all values of the specified attribute against the specified criterion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultMatcherCustomizer(boolean caseSensitive)
Method Detail |
---|
public boolean match(SearchCriteria.rscSearch criterion, java.lang.Object value)
MatchCustomizer
SearchCriteria.rscSearch.value
.
match
in interface MatchCustomizer
criterion
- the defined criteriavalue
- the value found in the Attribute of the provided entry
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |