BagValidationController

BagValidationController

The BagValidationController presents a page on which users can validate a bag against a BagIt profile.

Constructor

new BagValidationController(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

show()

This displays a form where users can choose a bag and a profile.

Source: