Uses of Package
org.identityconnectors.framework.common.objects.filter
-
Classes in org.identityconnectors.framework.common.objects.filter used by org.identityconnectors.framework.api.operations Class Description Filter Basic interface to match aConnectorObject. -
Classes in org.identityconnectors.framework.common.objects.filter used by org.identityconnectors.framework.common.objects.filter Class Description AndFilter AttributeFilter ComparableAttributeFilter Filter for an attribute value that is comparable.CompositeFilter Useful for the AND, OR, XOR, etc..ContainsAllValuesFilter ContainsFilter EndsWithFilter EqualsFilter EqualsIgnoreCaseFilter Filter Basic interface to match aConnectorObject.FilterTranslator FilterVisitor A visitor ofFilters, in the style of the visitor design pattern.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. -
Classes in org.identityconnectors.framework.common.objects.filter used by org.identityconnectors.framework.spi.operations Class Description FilterTranslator