Class ComparableAttributeFilter
java.lang.Object
org.identityconnectors.framework.common.objects.filter.AttributeFilter
org.identityconnectors.framework.common.objects.filter.SingleValueAttributeFilter
org.identityconnectors.framework.common.objects.filter.ComparableAttributeFilter
- All Implemented Interfaces:
Filter
- Direct Known Subclasses:
GreaterThanFilter,GreaterThanOrEqualFilter,LessThanFilter,LessThanOrEqualFilter
Filter for an attribute value that is comparable.
-
Method Summary
Modifier and TypeMethodDescriptionintcompare(ConnectorObject obj) Call compareTo on the attribute values.Methods inherited from class org.identityconnectors.framework.common.objects.filter.SingleValueAttributeFilter
getValueMethods inherited from class org.identityconnectors.framework.common.objects.filter.AttributeFilter
getAttribute, getName, isPresent
-
Method Details
-
compare
Call compareTo on the attribute values. If the attribute is not present in theConnectorObjectreturn -1.
-