Class DeleteBatchTask
java.lang.Object
org.identityconnectors.framework.api.operations.batch.DeleteBatchTask
- All Implemented Interfaces:
BatchTask<BatchEmptyResult>
-
Constructor Summary
ConstructorDescriptionDeleteBatchTask
(ObjectClass objectClass, Uid uid, OperationOptions options) Delete the object that the specified Uid identifies (if any). -
Method Summary
Modifier and TypeMethodDescriptionexecute
(BatchTaskExecutor executor) Return the ObjectClass used for this task.getUid()
-
Constructor Details
-
DeleteBatchTask
Delete the object that the specified Uid identifies (if any).- Parameters:
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.
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceBatchTask<BatchEmptyResult>
-
getObjectClass
Return the ObjectClass used for this task.- Specified by:
getObjectClass
in interfaceBatchTask<BatchEmptyResult>
-
getUid
-
getOptions
-