Uses of Interface
com.redwood.scheduler.api.directory.ListDirectoryResult
-
Packages that use ListDirectoryResult Package Description com.redwood.scheduler.api.directory Scheduler API - Listing remote directoriescom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ListDirectoryResult in com.redwood.scheduler.api.directory
Methods in com.redwood.scheduler.api.directory that return types with arguments of type ListDirectoryResult Modifier and Type Method Description RWIterable<ListDirectoryResult>
ListDirectoryResultSet. getListDirectoryResults()
Get anRWIterable
over a collection ofListDirectoryResult
items, the collection will be ordered by Name.Method parameters in com.redwood.scheduler.api.directory with type arguments of type ListDirectoryResult Modifier and Type Method Description InputStream
ListDirectoryResult. getInputStream(com.redwood.scheduler.api.model.SchedulerSession session, Logger log, RWIterable<ListDirectoryResult> results)
Get an input stream to the file contents.InputStream
ListDirectoryResult. getInputStream(com.redwood.scheduler.api.model.SchedulerSession session, Logger log, RWIterable<ListDirectoryResult> results, int offset, int length)
Get an input stream to the file contents. -
Uses of ListDirectoryResult in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ListDirectoryResult Modifier and Type Method Description Iterator<ListDirectoryResult>
ListDirectoryResultSetComp. getListDirectoryResults()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useListDirectoryResultSet.getListDirectoryResults()
instead.
-