Class AttributesToGetResultsHandler
- java.lang.Object
-
- org.identityconnectors.framework.impl.api.local.operations.AttributesToGetResultsHandler
-
- Direct Known Subclasses:
SearchImpl.AttributesToGetSearchResultsHandler
,SyncImpl.AttributesToGetSyncResultsHandler
public abstract class AttributesToGetResultsHandler extends Object
Simple class for common results handler components that involveOperationOptions.OP_ATTRIBUTES_TO_GET
.
-
-
Constructor Summary
Constructors Constructor Description AttributesToGetResultsHandler(String[] attributesToGet)
Keep the attribute to get..
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Attribute>
reduceToAttrsToGet(Set<Attribute> attributesToGet)
Simple method that clones the object and remove the attribute thats are not in theOperationOptions.OP_ATTRIBUTES_TO_GET
set.ConnectorObject
reduceToAttrsToGet(ConnectorObject obj)
-
-
-
Constructor Detail
-
AttributesToGetResultsHandler
public AttributesToGetResultsHandler(String[] attributesToGet)
Keep the attribute to get..
-
-
Method Detail
-
reduceToAttrsToGet
public Set<Attribute> reduceToAttrsToGet(Set<Attribute> attributesToGet)
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
public ConnectorObject reduceToAttrsToGet(ConnectorObject obj)
-
-