|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilResourceCollectionGUI:
Collaboration diagram for ilResourceCollectionGUI:Public Member Functions | |
| __construct (private Configuration $view_configuration) | |
| executeCommand () | |
| upload () | |
| getFileIdentifierParameterName () | |
| getUploadURL () | |
| getFileRemovalURL () | |
| getExistingFileInfoURL () | |
| getInfoForExistingFiles (array $file_ids) | |
| getInfoResult (string $identifier) | |
| supportsChunkedUploads () | |
| getFileIdentifierParameterName () | |
| getUploadURL () | |
| getFileRemovalURL () | |
| getExistingFileInfoURL () | |
| getInfoForExistingFiles (array $file_ids) | |
| getInfoResult (string $identifier) | |
| supportsChunkedUploads () | |
Data Fields | |
| const | P_RESOURCE_ID = 'resource_id' |
| const | P_RESOURCE_IDS = 'resource_ids' |
| const | CMD_INDEX = 'index' |
| const | CMD_INFO = 'info' |
| const | CMD_UPLOAD = 'upload' |
| const | CMD_POST_UPLOAD = 'postUpload' |
| const | CMD_REMOVE = 'remove' |
| const | CMD_DOWNLOAD = 'download' |
| const | CMD_UNZIP = 'unzip' |
| const | CMD_EDIT = 'rename' |
| const | CMD_RENDER_CONFIRM_REMOVE = 'renderConfirmRemove' |
| const | CMD_STORE = 'store' |
Data Fields inherited from ILIAS\UI\Component\Input\Field\UploadHandler | |
| const | DEFAULT_FILE_ID_PARAMETER = 'file_id' |
Protected Member Functions | |
| checkResourceOrRedirect () | |
| abortWithPermissionDenied () | |
Private Member Functions | |
| index () | |
| postUpload () | |
| download () | |
| unzip () | |
| edit () | |
| store () | |
| renderConfirmRemove () | |
| remove () | |
| getResourceIdsFromRequest () | |
Definition at line 46 of file class.ilResourceCollectionGUI.php.
|
final |
Definition at line 80 of file class.ilResourceCollectionGUI.php.
References $DIC, $view_control_builder, ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\UI\examples\Symbol\Glyph\Language\language(), ILIAS\Repository\refinery(), and upload().
Here is the call graph for this function:
|
protected |
Definition at line 152 of file class.ilResourceCollectionGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by checkResourceOrRedirect(), edit(), postUpload(), remove(), renderConfirmRemove(), store(), unzip(), and upload().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| ilCtrlException |
Definition at line 143 of file class.ilResourceCollectionGUI.php.
References abortWithPermissionDenied(), and getResourceIdsFromRequest().
Referenced by download(), edit(), store(), and unzip().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 267 of file class.ilResourceCollectionGUI.php.
References checkResourceOrRedirect().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 308 of file class.ilResourceCollectionGUI.php.
References abortWithPermissionDenied(), checkResourceOrRedirect(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 158 of file class.ilResourceCollectionGUI.php.
References CMD_DOWNLOAD, CMD_EDIT, CMD_INDEX, CMD_POST_UPLOAD, CMD_REMOVE, CMD_RENDER_CONFIRM_REMOVE, CMD_STORE, CMD_UNZIP, CMD_UPLOAD, ILIAS\Repository\ctrl(), download(), edit(), index(), postUpload(), renderConfirmRemove(), store(), unzip(), and upload().
Here is the call graph for this function:| ilResourceCollectionGUI::getExistingFileInfoURL | ( | ) |
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 501 of file class.ilResourceCollectionGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilResourceCollectionGUI::getFileIdentifierParameterName | ( | ) |
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 486 of file class.ilResourceCollectionGUI.php.
References P_RESOURCE_ID.
| ilResourceCollectionGUI::getFileRemovalURL | ( | ) |
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 496 of file class.ilResourceCollectionGUI.php.
| ilResourceCollectionGUI::getInfoForExistingFiles | ( | array | $file_ids | ) |
| array | $file_ids |
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 506 of file class.ilResourceCollectionGUI.php.
| ilResourceCollectionGUI::getInfoResult | ( | string | $identifier | ) |
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 511 of file class.ilResourceCollectionGUI.php.
|
private |
Definition at line 430 of file class.ilResourceCollectionGUI.php.
References $token, ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by checkResourceOrRedirect(), remove(), and renderConfirmRemove().
Here is the call graph for this function:
Here is the caller graph for this function:| ilResourceCollectionGUI::getUploadURL | ( | ) |
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 491 of file class.ilResourceCollectionGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
private |
Definition at line 206 of file class.ilResourceCollectionGUI.php.
References $components, and $provider.
Referenced by executeCommand().
Here is the caller graph for this function:
|
private |
Definition at line 257 of file class.ilResourceCollectionGUI.php.
References abortWithPermissionDenied(), ILIAS\Repository\ctrl(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by executeCommand(), and unzip().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 397 of file class.ilResourceCollectionGUI.php.
References abortWithPermissionDenied(), ILIAS\Repository\ctrl(), getResourceIdsFromRequest(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Here is the call graph for this function:
|
private |
Definition at line 367 of file class.ilResourceCollectionGUI.php.
References abortWithPermissionDenied(), getResourceIdsFromRequest(), ILIAS\FileDelivery\http(), ILIAS\ResourceStorage\Identification\AbstractIdentification\serialize(), and ILIAS\UI\examples\MainControls\Slate\Notification\standard().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 347 of file class.ilResourceCollectionGUI.php.
References abortWithPermissionDenied(), checkResourceOrRedirect(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilResourceCollectionGUI::supportsChunkedUploads | ( | ) |
Implements ILIAS\UI\Component\Input\Field\UploadHandler.
Definition at line 516 of file class.ilResourceCollectionGUI.php.
|
private |
Definition at line 273 of file class.ilResourceCollectionGUI.php.
References abortWithPermissionDenied(), checkResourceOrRedirect(), ILIAS\Filesystem\Util\Archive\FLAT_STRUCTURE, and postUpload().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilResourceCollectionGUI::upload | ( | ) |
Definition at line 217 of file class.ilResourceCollectionGUI.php.
References $response, abortWithPermissionDenied(), ILIAS\FileDelivery\http(), and upload().
Referenced by __construct(), executeCommand(), and upload().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 73 of file class.ilResourceCollectionGUI.php.
|
private |
Definition at line 77 of file class.ilResourceCollectionGUI.php.
|
private |
Definition at line 64 of file class.ilResourceCollectionGUI.php.
|
private |
Definition at line 70 of file class.ilResourceCollectionGUI.php.
Definition at line 72 of file class.ilResourceCollectionGUI.php.
|
private |
Definition at line 71 of file class.ilResourceCollectionGUI.php.
|
private |
Definition at line 65 of file class.ilResourceCollectionGUI.php.
|
private |
Definition at line 78 of file class.ilResourceCollectionGUI.php.
|
private |
Definition at line 69 of file class.ilResourceCollectionGUI.php.
Definition at line 75 of file class.ilResourceCollectionGUI.php.
|
private |
Definition at line 68 of file class.ilResourceCollectionGUI.php.
|
private |
Definition at line 76 of file class.ilResourceCollectionGUI.php.
|
private |
Definition at line 74 of file class.ilResourceCollectionGUI.php.
Referenced by __construct().
|
private |
Definition at line 67 of file class.ilResourceCollectionGUI.php.
|
private |
Definition at line 66 of file class.ilResourceCollectionGUI.php.
| const ilResourceCollectionGUI::CMD_DOWNLOAD = 'download' |
Definition at line 58 of file class.ilResourceCollectionGUI.php.
Referenced by executeCommand(), and ILIAS\components\ResourceStorage\Collections\View\ActionBuilder\getActions().
| const ilResourceCollectionGUI::CMD_EDIT = 'rename' |
Definition at line 61 of file class.ilResourceCollectionGUI.php.
Referenced by executeCommand(), and ILIAS\components\ResourceStorage\Collections\View\ActionBuilder\getActions().
| const ilResourceCollectionGUI::CMD_INDEX = 'index' |
Definition at line 53 of file class.ilResourceCollectionGUI.php.
Referenced by executeCommand(), ILIAS\components\ResourceStorage\Collections\View\ViewControlBuilder\getPagination(), ILIAS\components\ResourceStorage\Collections\View\ViewControlBuilder\getSortation(), and ILIAS\components\ResourceStorage\Collections\View\ActionBuilder\initURIBuilder().
| const ilResourceCollectionGUI::CMD_INFO = 'info' |
Definition at line 54 of file class.ilResourceCollectionGUI.php.
| const ilResourceCollectionGUI::CMD_POST_UPLOAD = 'postUpload' |
Definition at line 56 of file class.ilResourceCollectionGUI.php.
Referenced by executeCommand(), and ILIAS\components\ResourceStorage\Collections\View\UploadBuilder\getDropZone().
| const ilResourceCollectionGUI::CMD_REMOVE = 'remove' |
Definition at line 57 of file class.ilResourceCollectionGUI.php.
Referenced by executeCommand().
| const ilResourceCollectionGUI::CMD_RENDER_CONFIRM_REMOVE = 'renderConfirmRemove' |
Definition at line 62 of file class.ilResourceCollectionGUI.php.
Referenced by executeCommand(), and ILIAS\components\ResourceStorage\Collections\View\ActionBuilder\getActions().
| const ilResourceCollectionGUI::CMD_STORE = 'store' |
Definition at line 63 of file class.ilResourceCollectionGUI.php.
Referenced by executeCommand().
| const ilResourceCollectionGUI::CMD_UNZIP = 'unzip' |
Definition at line 60 of file class.ilResourceCollectionGUI.php.
Referenced by executeCommand(), and ILIAS\components\ResourceStorage\Collections\View\ActionBuilder\getActions().
| const ilResourceCollectionGUI::CMD_UPLOAD = 'upload' |
Definition at line 55 of file class.ilResourceCollectionGUI.php.
Referenced by executeCommand().
| const ilResourceCollectionGUI::P_RESOURCE_ID = 'resource_id' |
Definition at line 50 of file class.ilResourceCollectionGUI.php.
Referenced by getFileIdentifierParameterName(), and ILIAS\components\ResourceStorage\Collections\View\ActionBuilder\initURIBuilder().
| const ilResourceCollectionGUI::P_RESOURCE_IDS = 'resource_ids' |
Definition at line 51 of file class.ilResourceCollectionGUI.php.