org.identityconnectors.framework.common.objects.filter
Class LessThanFilter

java.lang.Object
  extended by org.identityconnectors.framework.common.objects.filter.AttributeFilter
      extended by org.identityconnectors.framework.common.objects.filter.SingleValueAttributeFilter
          extended by org.identityconnectors.framework.common.objects.filter.ComparableAttributeFilter
              extended by org.identityconnectors.framework.common.objects.filter.LessThanFilter
All Implemented Interfaces:
Filter

public final class LessThanFilter
extends ComparableAttributeFilter


Constructor Summary
LessThanFilter(Attribute attr)
           
 
Method Summary
 boolean accept(ConnectorObject obj)
          Determines whether the specified ConnectorObject matches this filter.
 String toString()
           
 
Methods inherited from class org.identityconnectors.framework.common.objects.filter.ComparableAttributeFilter
compare
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LessThanFilter

public LessThanFilter(Attribute attr)
Method Detail

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.