org.identityconnectors.framework.common.objects.filter
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.identityconnectors.framework.common.objects.filter.Filter |
accept |
compare
public int compare(ConnectorObject obj)
- Call compareTo on the attribute values. If the attribute is not present
in the
ConnectorObject
return -1.
Copyright © 2012. All Rights Reserved.