Class UpdateBatchTask
java.lang.Object
org.identityconnectors.framework.api.operations.batch.UpdateBatchTask
-
Constructor Summary
ConstructorDescriptionUpdateBatchTask
(ObjectClass objectClass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options, UpdateType type) SeeUpdateApiOp
. -
Method Summary
Modifier and TypeMethodDescriptionexecute
(BatchTaskExecutor executor) Return the ObjectClass used for this task.getUid()
-
Constructor Details
-
UpdateBatchTask
public UpdateBatchTask(ObjectClass objectClass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options, UpdateType type) SeeUpdateApiOp
.- Parameters:
objectClass
- the type of object to modify. Must not be null.uid
- the uid of the object to modify. Must not be null.replaceAttributes
- set of newAttribute
. the values in this set represent the new, merged values to be applied to the object. This set may also includeoperational attributes
. Must not be null.options
- additional options that impact the way this operation is run. May be null.type
- the update type for this task.
-
-
Method Details