Uses of Class
org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter
-
Packages that use GreaterThanOrEqualFilter Package Description org.identityconnectors.framework.common.objects.filter -
-
Uses of GreaterThanOrEqualFilter in org.identityconnectors.framework.common.objects.filter
Methods in org.identityconnectors.framework.common.objects.filter with parameters of type GreaterThanOrEqualFilter Modifier and Type Method Description protected TAbstractFilterTranslator. createGreaterThanOrEqualExpression(GreaterThanOrEqualFilter filter, boolean not)Should be overridden by subclasses to create a GREATER-THAN-EQUAL expression if the native resource supports GREATER-THAN-EQUAL.RFilterVisitor. visitGreaterThanOrEqualFilter(P p, GreaterThanOrEqualFilter filter)Visits agreater than or equal tofilter.
-