Uses of Class
org.identityconnectors.framework.common.objects.filter.EndsWithFilter
-
Packages that use EndsWithFilter Package Description org.identityconnectors.framework.common.objects.filter -
-
Uses of EndsWithFilter in org.identityconnectors.framework.common.objects.filter
Methods in org.identityconnectors.framework.common.objects.filter with parameters of type EndsWithFilter Modifier and Type Method Description protected TAbstractFilterTranslator. createEndsWithExpression(EndsWithFilter filter, boolean not)Should be overridden by subclasses to create a ENDS-WITH expression if the native resource supports ENDS-WITH.RFilterVisitor. visitEndsWithFilter(P p, EndsWithFilter filter)Visits aends withfilter.
-