Class NotFilter
java.lang.Object
org.identityconnectors.framework.common.objects.filter.NotFilter
- All Implemented Interfaces:
Filter
Proxy the filter to return the negative of the value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(ConnectorObject obj) Return the opposite the internal filters return value.<R,
P> R accept
(FilterVisitor<R, P> v, P p) Applies aFilterVisitor
to thisFilter
.Get the internal filter that is being negated.toString()
-
Constructor Details
-
NotFilter
Take the value returned from the internal filter and NOT it.
-
-
Method Details
-
getFilter
Get the internal filter that is being negated. -
accept
Return the opposite the internal filters return value. -
accept
Description copied from interface:Filter
Applies aFilterVisitor
to thisFilter
. -
toString
-