public class Attribute extends Object
The developer of a Connector should use an AttributeBuilder
to
construct an instance of Attribute.
The precise meaning of an instance of Attribute
depends on the
context in which it occurs.
Attribute
represents the complete state of an
attribute of the target object, current as of the point in time that the
object was read.Attribute
is supplied to
the
update operation, the Attribute
represents a change to the
corresponding attribute of the target object:
update
, the Attribute
contains the complete, intended state
of the attribute.addAttributeValues
, the Attribute
contains values to append.removeAttributeValues
, the Attribute
contains values to
remove.Attribute
is used to build a
Filter
that is an argument to
search, an Attribute
represents a subset of the current state
of an attribute that will be used as a search criterion. Specifically, the
Attribute
names the attribute to match and
contains the values to match.Copyright © 2018–2025. All rights reserved.