public final class ObjectNormalizerFacade extends Object
Constructor and Description |
---|
ObjectNormalizerFacade(ObjectClass objectClass,
AttributeNormalizer normalizer)
Create a new ObjectNormalizer.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
normalizeAttribute(Attribute attribute)
Returns the normalized value of the attribute.
|
Set<Attribute> |
normalizeAttributes(Set<Attribute> attributes)
Returns the normalized set of attributes or null if the original set is
null.
|
Filter |
normalizeFilter(Filter filter)
Returns a filter consisting of the original with all attributes
normalized.
|
ConnectorObject |
normalizeObject(ConnectorObject orig)
Returns the normalized object.
|
SyncDelta |
normalizeSyncDelta(SyncDelta delta)
Returns the normalized sync delta.
|
public ObjectNormalizerFacade(ObjectClass objectClass, AttributeNormalizer normalizer)
objectClass
- The object classnormalizer
- The normalizer. May be null.public Attribute normalizeAttribute(Attribute attribute)
attribute
- The attribute to normalize.public Set<Attribute> normalizeAttributes(Set<Attribute> attributes)
attributes
- The original attributes.public ConnectorObject normalizeObject(ConnectorObject orig)
orig
- The original objectpublic SyncDelta normalizeSyncDelta(SyncDelta delta)
delta
- The original delta.Copyright © 2022. All rights reserved.