|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.identityconnectors.framework.impl.api.local.operations.ObjectNormalizerFacade
public final class ObjectNormalizerFacade
| Constructor Summary | |
|---|---|
ObjectNormalizerFacade(ObjectClass objectClass,
AttributeNormalizer normalizer)
Create a new ObjectNormalizer |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectNormalizerFacade(ObjectClass objectClass,
AttributeNormalizer normalizer)
objectClass - The object classnormalizer - The normalizer. May be null.| Method Detail |
|---|
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 object
public SyncDelta normalizeSyncDelta(SyncDelta delta)
delta - The original delta.
public Filter normalizeFilter(Filter filter)
filter - The original.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||