Uses of Class
com.redwood.scheduler.api.exception.ListDirectoryException
-
Packages that use ListDirectoryException Package Description com.redwood.scheduler.api.directory Scheduler API - Listing remote directoriescom.redwood.scheduler.api.exception Scheduler API - Exceptionscom.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ListDirectoryException in com.redwood.scheduler.api.directory
Methods in com.redwood.scheduler.api.directory that throw ListDirectoryException 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 ListDirectoryException in com.redwood.scheduler.api.exception
Subclasses of ListDirectoryException in com.redwood.scheduler.api.exception Modifier and Type Class Description class
GeneralListDirectoryRemoteException
List directory contents failed.class
InvalidOperatorMessageReplyException
The specified reply was invalid.class
ListDirectoryRemoteException
Unable to list directory contents because of a permanent remote exception. -
Uses of ListDirectoryException in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that throw ListDirectoryException 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 ListDirectoryException in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that throw ListDirectoryException 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.
-