Interface BatchTask<R>
- All Known Implementing Classes:
CreateBatchTask,DeleteBatchTask,UpdateBatchTask
public interface BatchTask<R>
Encapsulate the parameters for an API operation to be executed later.
-
Method Summary
Modifier and TypeMethodDescriptionexecute(BatchTaskExecutor executor) Return the ObjectClass used for this task.
-
Method Details
-
execute
-
getObjectClass
ObjectClass getObjectClass()Return the ObjectClass used for this task.
-