public abstract class AttributesToGetResultsHandler extends Object
OperationOptions.OP_ATTRIBUTES_TO_GET
.Constructor and Description |
---|
AttributesToGetResultsHandler(String[] attributesToGet)
Keep the attribute to get..
|
Modifier and Type | Method and Description |
---|---|
ConnectorObject |
reduceToAttrsToGet(ConnectorObject obj) |
Set<Attribute> |
reduceToAttrsToGet(Set<Attribute> attributesToGet)
Simple method that clones the object and remove the attribute thats are
not in the
OperationOptions.OP_ATTRIBUTES_TO_GET set. |
public AttributesToGetResultsHandler(String[] attributesToGet)
public Set<Attribute> reduceToAttrsToGet(Set<Attribute> attributesToGet)
OperationOptions.OP_ATTRIBUTES_TO_GET
set.attributesToGet
- case insensitive set of attribute names.public ConnectorObject reduceToAttrsToGet(ConnectorObject obj)
Copyright © 2022. All rights reserved.