Class UpdateBatchTask

  • All Implemented Interfaces:
    BatchTask<Uid>

    public class UpdateBatchTask
    extends java.lang.Object
    implements BatchTask<Uid>
    • Constructor Detail

      • UpdateBatchTask

        public UpdateBatchTask​(ObjectClass objectClass,
                               Uid uid,
                               java.util.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.