Interface BatchableData

All Superinterfaces:
IdentifiableData
All Known Implementing Classes:
BaseFileImporter.RawDataProxy, BaseFileImporter.ReporterProxy, FeatureData, RawData, RawDataBatcher.FeatureProxy, RawDataBatcher.ReporterProxy, ReporterData

public interface BatchableData
extends IdentifiableData
This is a tagging interface only. Data classes that want to have batch functionality must implement this interface, plus that a subclass of the abstract BasicBatcher class in the core must be created.
Version:
2.0
Author:
Samuel
See Also:
BasicBatcher, Developer documentation: Basic classes and interfaces, Developer documentation: Batch operations