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
public abstract class ComparableAttributeFilter extends SingleValueAttributeFilter
Filter for an attribute value that is comparable.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(ConnectorObject obj)Call compareTo on the attribute values.-
Methods inherited from class org.identityconnectors.framework.common.objects.filter.SingleValueAttributeFilter
getValue
-
Methods inherited from class org.identityconnectors.framework.common.objects.filter.AttributeFilter
getAttribute, getName, isPresent
-
-
-
-
Method Detail
-
compare
public int compare(ConnectorObject obj)
Call compareTo on the attribute values. If the attribute is not present in theConnectorObjectreturn -1.
-
-