Interface ExporterComp

  • All Known Subinterfaces:
    Exporter

    public interface ExporterComp
    Interface for binary compatibility with older versions of the product.
    • 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, use Exporter.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.