Interface BatchTask<T>
- 
- Type Parameters:
 T- the type of content item that should be operated upon
- All Known Implementing Classes:
 ChangeSpaceDescriptionsBodyTypeTask,ContentEntityMigrationBatchTask,ConvertToRelativeLinksTask,IndexingBatchTask
public interface BatchTask<T>A BatchTask implementation is supplied to aWorkSourceBatchRunnerto actually perform the required work on individual items read from theBatchableWorkSource.- Since:
 - 4.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(T item, int index, int batchSize) 
 -