Class AttributesToGetResultsHandler
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.AttributesToGetResultsHandler
- Direct Known Subclasses:
LiveSyncImpl.AttributesToGetLiveSyncResultsHandler
,SearchImpl.AttributesToGetSearchResultsHandler
,SyncImpl.AttributesToGetSyncResultsHandler
Simple class for common results handler components that involve
OperationOptions.OP_ATTRIBUTES_TO_GET
.-
Constructor Summary
ConstructorDescriptionAttributesToGetResultsHandler
(String[] attributesToGet) Keep the attribute to get.. -
Method Summary
Modifier and TypeMethodDescriptionreduceToAttrsToGet
(Set<Attribute> attributesToGet) Simple method that clones the object and remove the attribute thats are not in theOperationOptions.OP_ATTRIBUTES_TO_GET
set.
-
Constructor Details
-
AttributesToGetResultsHandler
Keep the attribute to get..
-
-
Method Details
-
reduceToAttrsToGet
Simple method that clones the object and remove the attribute thats are not in theOperationOptions.OP_ATTRIBUTES_TO_GET
set.- Parameters:
attributesToGet
- case insensitive set of attribute names.
-
reduceToAttrsToGet
-