Uses of Class
com.redwood.scheduler.api.exception.ListDirectoryTransientException
-
Packages that use ListDirectoryTransientException Package Description com.redwood.scheduler.api.directory Scheduler API - Listing remote directoriescom.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ListDirectoryTransientException in com.redwood.scheduler.api.directory
Methods in com.redwood.scheduler.api.directory that throw ListDirectoryTransientException Modifier and Type Method Description RWIterable<ListDirectoryResult>
ListDirectoryResultSet. getListDirectoryResults()
Get anRWIterable
over a collection ofListDirectoryResult
items, the collection will be ordered by Name. -
Uses of ListDirectoryTransientException in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that throw ListDirectoryTransientException Modifier and Type Method Description ListDirectoryResultSet
ProcessServerService. listDirectory(Long namespace, String path, String pattern, boolean allowFiles, boolean allowDirectories)
List the contents of a directory. -
Uses of ListDirectoryTransientException in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that throw ListDirectoryTransientException 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.
-