Class EndsWithFilter
java.lang.Object
org.identityconnectors.framework.common.objects.filter.AttributeFilter
org.identityconnectors.framework.common.objects.filter.SingleValueAttributeFilter
org.identityconnectors.framework.common.objects.filter.StringFilter
org.identityconnectors.framework.common.objects.filter.EndsWithFilter
- All Implemented Interfaces:
Filter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.identityconnectors.framework.common.objects.filter.StringFilter
accept, getValueMethods inherited from class org.identityconnectors.framework.common.objects.filter.AttributeFilter
getAttribute, getName, isPresent
-
Constructor Details
-
EndsWithFilter
-
-
Method Details
-
accept
- Specified by:
acceptin classStringFilter
-
accept
Description copied from interface:FilterApplies aFilterVisitorto thisFilter.- Type Parameters:
R- The return type of the visitor's methods.P- The type of the additional parameters to the visitor's methods.- Parameters:
v- The filter visitor.p- Optional additional visitor parameter.- Returns:
- A result as specified by the visitor.
-
toString
-