5 | | * ''getStatus'' - Returns list of available downloads in queue and their statuses which are ready and queued |
---|
6 | | * ''beginDownload'' - creates apropriate XML and serialized request object file for download agent. |
---|
7 | | * ''removeDownload'' - removes meta files and serialized object file. |
---|
8 | | |
---|
| 5 | * ''dlmanager_list'' - Returns detailed information of all downloads in xml format. |
---|
| 6 | * ''dlmanager_download'' - Starts downloading prepared file from server. |
---|
| 7 | * ''dlmanager_add'' - Adds download in queue for server to prepare. |
---|
| 8 | * ''dlmanager_status'' - Returns current status of downloadmanager. If busy, returns also active download and it's current progress. |
---|
| 9 | * ''dlmanager_sort'' - Sorts given users downloads first in downloads page. |
---|
| 10 | * ''dlmanager_details'' - Returns detailed information about download in xml format. |
---|
| 11 | * ''dlmanager_remove'' - Removes download from database and files from server. |