public class DeleteBatchTask extends Object implements BatchTask<BatchEmptyResult>
Constructor and Description |
---|
DeleteBatchTask(ObjectClass objectClass,
Uid uid,
OperationOptions options)
Delete the object that the specified Uid identifies (if any).
|
Modifier and Type | Method and Description |
---|---|
BatchEmptyResult |
execute(BatchTaskExecutor executor) |
ObjectClass |
getObjectClass()
Return the ObjectClass used for this task.
|
OperationOptions |
getOptions() |
Uid |
getUid() |
public DeleteBatchTask(ObjectClass objectClass, Uid uid, OperationOptions options)
objectClass
- type of object to delete.uid
- The unique id that specifies the object to delete.options
- additional options that impact the way this operation is run.
May be null.public BatchEmptyResult execute(BatchTaskExecutor executor)
execute
in interface BatchTask<BatchEmptyResult>
public ObjectClass getObjectClass()
BatchTask
getObjectClass
in interface BatchTask<BatchEmptyResult>
public Uid getUid()
public OperationOptions getOptions()
Copyright © 2018–2025. All rights reserved.