class PendingVolumeController extends Controller

Traits

AuthorizesRequests
ValidatesRequests

Methods

bool
isAutomatedRequest(Request $request = null)

Determines if the request was done by an automated script (with API token or ajax).

show(Request $request)

Shows the pending volume page to continue/finish a new volume.

showAnnotationLabels(Request $request)

Show the form to select labels of metadata annotations to import.

showFileLabels(Request $request)

Show the form to select labels of metadata file labels to import.

showLabelMap(Request $request)

Show the form to select the label map for the metadata import.

showUserMap(Request $request)

Show the form to select the user map for the metadata import.

showFinish(Request $request)

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).

Parameters

Request $request

Return Value

bool

at line 22
show(Request $request)

Shows the pending volume page to continue/finish a new volume.

Parameters

Request $request

at line 130
showAnnotationLabels(Request $request)

Show the form to select labels of metadata annotations to import.

Parameters

Request $request

at line 163
showFileLabels(Request $request)

Show the form to select labels of metadata file labels to import.

Parameters

Request $request

at line 196
showLabelMap(Request $request)

Show the form to select the label map for the metadata import.

Parameters

Request $request

at line 272
showUserMap(Request $request)

Show the form to select the user map for the metadata import.

Parameters

Request $request

at line 314
showFinish(Request $request)

Show the view to finish the metadata import.

Parameters

Request $request