| Constructor and Description |
|---|
UpdateBatchTask(ObjectClass objectClass,
Uid uid,
Set<Attribute> replaceAttributes,
OperationOptions options,
UpdateType type)
See
UpdateApiOp. |
| Modifier and Type | Method and Description |
|---|---|
Uid |
execute(BatchTaskExecutor executor) |
Set<Attribute> |
getAttributes() |
ObjectClass |
getObjectClass()
Return the ObjectClass used for this task.
|
OperationOptions |
getOptions() |
Uid |
getUid() |
UpdateType |
getUpdateType() |
public UpdateBatchTask(ObjectClass objectClass, Uid uid, Set<Attribute> replaceAttributes, OperationOptions options, UpdateType type)
UpdateApiOp.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.public Uid execute(BatchTaskExecutor executor)
public UpdateType getUpdateType()
public ObjectClass getObjectClass()
BatchTaskgetObjectClass in interface BatchTask<Uid>public Uid getUid()
public OperationOptions getOptions()
Copyright © 2018–2025. All rights reserved.