Uses of Class
org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Packages that use AttributeDeltaBuilder
-
Uses of AttributeDeltaBuilder in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return AttributeDeltaBuilderModifier and TypeMethodDescriptionAttributeDeltaBuilder.addValueToAdd
(Object... objs) Adds each of the specified objects as a value for the valuesToAdd of the attributeDelta that is being built.AttributeDeltaBuilder.addValueToAdd
(Collection<?> obj) Adds each object in the collection as a value for the valuesToAdd of the attributeDelta that is being built.AttributeDeltaBuilder.addValueToRemove
(Object... objs) Adds each of the specified objects as a value for the valuesToRemove of the attributeDelta that is being built.AttributeDeltaBuilder.addValueToRemove
(Collection<?> obj) Adds each object in the collection as a value for the valuesToRemove of the attributeDelta that is being built.AttributeDeltaBuilder.addValueToReplace
(Object... objs) Adds each of the specified objects as a value for the valuesToReplace of the attributeDelta that is being built.AttributeDeltaBuilder.addValueToReplace
(Collection<?> obj) Adds each object in the collection as a value for the valuesToReplace of the attributeDelta that is being built.Set the name of the attributeDelta that is being built.