Skip navigation links


Package org.identityconnectors.framework.common.objects.filter

Interface Summary
Filter Basic interface to match a ConnectorObject or an EmbeddedObject.
FilterTranslator<T>  

 

Class Summary
AbstractFilterTranslator<T> Base class to make it easier to implement Search.
AndFilter  
AttributeFilter  
ComparableAttributeFilter Filter for an attribute value that is comparable.
CompositeFilter Useful for the AND, OR, XOR, etc..
ContainsAllValuesFilter  
ContainsFilter  
ContainsIgnoreCaseFilter  
EmbeddedObjectFilter Applies a filter to each of the EmbeddedObjects that constitute the values of an attribute.
EndsWithFilter  
EndsWithIgnoreCaseFilter  
EqualsFilter Determines whether an object contains an attribute that matches a specific attribute value.
EqualsIgnoreCaseFilter  
FilterBuilder FilterBuilder creates a filter that will match any ConnectorObject or EmbeddedObject that satisfies all of the selection criteria that were specified using this builder.
GreaterThanFilter  
GreaterThanOrEqualFilter  
LessThanFilter  
LessThanOrEqualFilter  
NotFilter Proxy the filter to return the negative of the value.
OrFilter  
SingleValueAttributeFilter Get a single value out of the attribute to test w/.
StartsWithFilter  
StartsWithIgnoreCaseFilter  
StringFilter Filter based on strings.

 


Skip navigation links


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.