Interface ListDirectoryResultSetComp

    • Method Detail

      • getListDirectoryResults

        @Deprecated
        Iterator<ListDirectoryResult> getListDirectoryResults()
                                                       throws com.redwood.scheduler.api.exception.ListDirectoryTransientException,
                                                              com.redwood.scheduler.api.exception.ListDirectoryException
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use ListDirectoryResultSet.getListDirectoryResults() instead.
        Get an Iterator over a collection of ListDirectoryResult items, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null.
        Returns:
        An Iterator over a collection of ListDirectoryResult items, the collection will be ordered by Name.
        Throws:
        com.redwood.scheduler.api.exception.ListDirectoryException - permanent error, cannot be recovered.
        com.redwood.scheduler.api.exception.ListDirectoryTransientException - transient error, retry may work.