Interface ExporterComp
-
- All Known Subinterfaces:
Exporter
public interface ExporterComp
Interface for binary compatibility with older versions of the product.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Iterator<SchedulerEntity>
getMarkedObjects()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useExporter.getMarkedObjects()
instead.
-
-
-
Method Detail
-
getMarkedObjects
@Deprecated Iterator<SchedulerEntity> getMarkedObjects()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useExporter.getMarkedObjects()
instead.Query the list of objects that are marked for export.- Returns:
- an unmodifiable iterator over the set of objects that are marked for export.
-
-