Package org.identityconnectors.framework.common.objects.filter
-
Interface Summary Interface Description Filter Basic interface to match aConnectorObject
.FilterTranslator<T> FilterVisitor<R,P> A visitor ofFilter
s, in the style of the visitor design pattern. -
Class Summary Class Description 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 EndsWithFilter EqualsFilter EqualsIgnoreCaseFilter ExternallyChainedFilter Externally chained filters e.g. the filter implementing case insensitive searches.FilterBuilder 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 StringFilter Filter based on strings.