Serializablepublic final class GreaterEqualFilterSpec extends FilterSpec
FilterSpec.Visitor<P,R,E extends Exception>| Modifier and Type | Method | Description |
|---|---|---|
<P,R,E extends Exception> |
accept(FilterSpec.Visitor<P,R,E> visitor,
P parameter) |
|
boolean |
equals(FilterSpec other) |
|
boolean |
equals(GreaterEqualFilterSpec other) |
|
String |
getAttribute() |
Get the attribute to compare.
|
AttributeValue |
getValue() |
Get the value to check for.
|
int |
hashCode() |
|
boolean |
matchesMulti(Map<String,? extends Collection<AttributeValue>> attributes) |
Determine whether the given attribute multi-map matches this filter.
|
boolean |
matchesSimple(Map<String,AttributeValue> attributes) |
Determine whether the given simple attribute map matches this filter.
|
boolean |
mayMatch(Collection<String> attributeNames) |
Determine whether this filter spec might match an attribute map containing the given keys.
|
boolean |
mayNotMatch(Collection<String> attributeNames) |
Determine whether this filter spec might not match an attribute map containing the given keys.
|
accept, all, all, all, any, any, approx, equal, equal, equals, escape, escapeTo, fromString, greaterOrEqual, greaterOrEqual, hasAttribute, lessOrEqual, lessOrEqual, none, not, substringMatch, toString, willMatch, willNotMatchpublic boolean matchesSimple(Map<String,AttributeValue> attributes)
FilterSpecmatchesSimple in class FilterSpecattributes - the attribute maptrue if the map matches, false otherwisepublic boolean matchesMulti(Map<String,? extends Collection<AttributeValue>> attributes)
FilterSpecmatchesMulti in class FilterSpecattributes - the attribute maptrue if the map matches, false otherwisepublic boolean mayMatch(Collection<String> attributeNames)
FilterSpecmayMatch in class FilterSpecattributeNames - the attribute namestrue if the filter spec might match, false if it will definitely not matchpublic boolean mayNotMatch(Collection<String> attributeNames)
FilterSpecmayNotMatch in class FilterSpecattributeNames - the attribute namestrue if the filter spec might not match, false if it will definitely matchpublic <P,R,E extends Exception> R accept(FilterSpec.Visitor<P,R,E> visitor, P parameter) throws E extends Exception
accept in class FilterSpecE extends Exceptionpublic String getAttribute()
null)public AttributeValue getValue()
null)public boolean equals(FilterSpec other)
equals in class FilterSpecpublic boolean equals(GreaterEqualFilterSpec other)
Copyright © 2019 JBoss by Red Hat. All rights reserved.