org.identityconnectors.framework.common.objects.filter
Class GreaterThanOrEqualFilter
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.GreaterThanOrEqualFilter
- All Implemented Interfaces:
- Filter
public final class GreaterThanOrEqualFilter
- extends ComparableAttributeFilter
GreaterThanOrEqualFilter
public GreaterThanOrEqualFilter(Attribute attr)
accept
public boolean accept(ConnectorObject obj)
- Description copied from interface:
Filter
- Determines whether the specified
ConnectorObject
matches this filter.
- Parameters:
obj
- - The specified ConnectorObject.
- Returns:
true
if the object matches
(that is, satisfies all selection criteria of) this filter;
otherwise false
.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.