Uses of Interface
org.identityconnectors.framework.common.objects.filter.FilterTranslator
-
Packages that use FilterTranslator Package Description org.identityconnectors.framework.common.objects.filter org.identityconnectors.framework.spi.operations -
-
Uses of FilterTranslator in org.identityconnectors.framework.common.objects.filter
Classes in org.identityconnectors.framework.common.objects.filter that implement FilterTranslator Modifier and Type Class Description classAbstractFilterTranslator<T>Base class to make it easier to implement Search. -
Uses of FilterTranslator in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations that return FilterTranslator Modifier and Type Method Description FilterTranslator<T>SearchOp. createFilterTranslator(ObjectClass objectClass, OperationOptions options)Creates a filter translator that will translate a specifiedFilterinto one or more native queries.
-