Uses of Class
org.identityconnectors.framework.common.objects.filter.AttributeFilter

Packages that use AttributeFilter
org.identityconnectors.framework.common.objects.filter   
 

Uses of AttributeFilter in org.identityconnectors.framework.common.objects.filter
 

Subclasses of AttributeFilter in org.identityconnectors.framework.common.objects.filter
 class ComparableAttributeFilter
          Filter for an attribute value that is comparable.
 class ContainsAllValuesFilter
           
 class ContainsFilter
           
 class EndsWithFilter
           
 class EqualsFilter
          Determines whether an object contains an attribute that matches a specific attribute value.
 class GreaterThanFilter
           
 class GreaterThanOrEqualFilter
           
 class LessThanFilter
           
 class LessThanOrEqualFilter
           
 class SingleValueAttributeFilter
          Get a single value out of the attribute to test w/.
 class StartsWithFilter
           
 class StringFilter
          Filter based on strings.
 



Copyright © 2012. All Rights Reserved.