org.identityconnectors.framework.common.objects.filter
Class GreaterThanFilter
java.lang.Object
org.identityconnectors.framework.common.objects.filter.AttributeFilter
org.identityconnectors.framework.common.objects.filter.SingleValueAttributeFilter
org.identityconnectors.framework.common.objects.filter.ComparableAttributeFilter
org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
- All Implemented Interfaces:
- Filter
public final class GreaterThanFilter
- extends ComparableAttributeFilter
GreaterThanFilter
public GreaterThanFilter(Attribute attr)
- Determine if the
ConnectorObject
Attribute
value is
greater than the one provided in the filter.
accept
public boolean accept(ConnectorObject obj)
- Determine if the
ConnectorObject
Attribute
value is
greater than the one provided in the filter.
- Parameters:
obj
- - The specified ConnectorObject.
- Returns:
true
if the object matches
(that is, satisfies all selection criteria of) this filter;
otherwise false
.- See Also:
Filter.accept(ConnectorObject)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.