org.identityconnectors.framework.common.objects.filter
Class LessThanOrEqualFilter
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.LessThanOrEqualFilter
- All Implemented Interfaces:
- Filter
public final class LessThanOrEqualFilter
- extends ComparableAttributeFilter
LessThanOrEqualFilter
public LessThanOrEqualFilter(Attribute attr)
accept
public boolean accept(ConnectorObject obj)
- Return false if the attribute is not present otherwise compare the
attribute to the
ConnectorObject
's Attribute
.
- 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.