java.lang.Object
org.identityconnectors.framework.api.operations.batch.UpdateBatchTask
All Implemented Interfaces:
BatchTask<Uid>

public class UpdateBatchTask extends Object implements BatchTask<Uid>
  • Constructor Details

    • UpdateBatchTask

      public UpdateBatchTask(ObjectClass objectClass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options, UpdateType type)
      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 new Attribute. the values in this set represent the new, merged values to be applied to the object. This set may also include operational 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