JobUploadController

JobUploadController

The JobUploadController presents the page that allows users to define where a Job's files should be uploaded.

Constructor

new JobUploadController(params)

Parameters:
Name Type Description
params URLSearchParams

The URL search params parsed from the URL used to reach this page. This should contain at least the Job Id.

Properties
Name Type Description
id string

The id of the Job being worked on. Job.id is a UUID string.

Source:

Methods

back()

This handles the Back button click, saving changes and sending the user back to the metadata page (if this Job inlcudes bagging) or the packaging page.

Source:

next()

This handles the click on the Next button, sending the user forward to a page where they can review and run the Job.

Source:

show()

This displays a list of upload targets. The user can select any number of them to receive this Job's files.

Source: