Class FilteredResultsHandler.PassThroughFilter
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.FilteredResultsHandler.PassThroughFilter
- All Implemented Interfaces:
Filter
- Enclosing class:
FilteredResultsHandler
Use a pass through filter to use if a null filter is provided.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(ConnectorObject obj) Determines whether the specifiedConnectorObject
matches this filter.<R,
P> R accept
(FilterVisitor<R, P> v, P p) Applies aFilterVisitor
to thisFilter
.
-
Constructor Details
-
PassThroughFilter
public PassThroughFilter()
-
-
Method Details
-
accept
Description copied from interface:Filter
Determines whether the specifiedConnectorObject
matches this filter. -
accept
Description copied from interface:Filter
Applies aFilterVisitor
to thisFilter
.
-