Uses of Class
org.identityconnectors.framework.common.objects.filter.EqualsIgnoreCaseFilter
-
Packages that use EqualsIgnoreCaseFilter Package Description org.identityconnectors.framework.common.objects.filter -
-
Uses of EqualsIgnoreCaseFilter in org.identityconnectors.framework.common.objects.filter
Methods in org.identityconnectors.framework.common.objects.filter with parameters of type EqualsIgnoreCaseFilter Modifier and Type Method Description protected TAbstractFilterTranslator. createEqualsIgnoreCaseExpression(EqualsIgnoreCaseFilter filter, boolean not)Should be overridden by subclasses to create a EQUALSIGNORECASE expression if the native resource supports EQUALSIGNORECASE.RFilterVisitor. visitEqualsIgnoreCaseFilter(P p, EqualsIgnoreCaseFilter filter)Visits aequals ignoreCasefilter.
-