PendingVolumeController
class PendingVolumeController extends Controller
Traits
Methods
Determines if the request was done by an automated script (with API token or ajax).
Shows the pending volume page to continue/finish a new volume.
Show the form to select labels of metadata annotations to import.
Show the form to select labels of metadata file labels to import.
Show the form to select the label map for the metadata import.
Show the form to select the user map for the metadata import.
Show the view to finish the metadata import.
Details
in
Controller at line 21
bool
isAutomatedRequest(Request $request = null)
Determines if the request was done by an automated script (with API token or ajax).
at line 22
show(Request $request)
Shows the pending volume page to continue/finish a new volume.
at line 130
showAnnotationLabels(Request $request)
Show the form to select labels of metadata annotations to import.
at line 163
showFileLabels(Request $request)
Show the form to select labels of metadata file labels to import.
at line 196
showLabelMap(Request $request)
Show the form to select the label map for the metadata import.
at line 272
showUserMap(Request $request)
Show the form to select the user map for the metadata import.
at line 314
showFinish(Request $request)
Show the view to finish the metadata import.