Class DeleteBatchTask
java.lang.Object
org.identityconnectors.framework.api.operations.batch.DeleteBatchTask
- All Implemented Interfaces:
BatchTask<BatchEmptyResult>
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteBatchTask(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:
executein interfaceBatchTask<BatchEmptyResult>
-
getObjectClass
Return the ObjectClass used for this task.- Specified by:
getObjectClassin interfaceBatchTask<BatchEmptyResult>
-
getUid
-
getOptions
-