Class FastDownloadResult
java.lang.Object
ch.ethz.sis.openbis.generic.dssapi.v3.fastdownload.FastDownloadResult
The result of a download session.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the download session ID.Returns the user session ID.Returns the map of data set file IDs to local download paths.ch.ethz.sis.filetransfer.DownloadStatusReturns the status of the download session.toString()
-
Method Details
-
getStatus
public ch.ethz.sis.filetransfer.DownloadStatus getStatus()Returns the status of the download session. -
getPathsById
Returns the map of data set file IDs to local download paths.- Returns:
- an empty map if the download status isn't FINISHED.
-
getFileTransferUserSessionId
Returns the user session ID. -
getDownloadSessionId
Returns the download session ID.- Returns:
nullif the download status is NEW.
-
toString
-