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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
execute(BatchTaskExecutor executor)
ObjectClass
getObjectClass()
Return the ObjectClass used for this task.
-
-
-
Method Detail
-
execute
R execute(BatchTaskExecutor executor)
-
getObjectClass
ObjectClass getObjectClass()
Return the ObjectClass used for this task.
-
-