Class PresenceFilter
java.lang.Object
org.identityconnectors.framework.common.objects.filter.PresenceFilter
- All Implemented Interfaces:
Filter
A PresenceFilter determines if the attribute provided is present in the
ConnectorObject- Since:
- 1.5
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(ConnectorObject obj) Determines if the attribute provided is present in theConnectorObject.<R,P> R accept(FilterVisitor<R, P> v, P p) Applies aFilterVisitorto thisFilter.getName()Name of the attribute to find in theConnectorObject.
-
Constructor Details
-
PresenceFilter
-
-
Method Details
-
getName
Name of the attribute to find in theConnectorObject. -
accept
Determines if the attribute provided is present in theConnectorObject. -
accept
Description copied from interface:FilterApplies aFilterVisitorto thisFilter.
-