ILIAS
release_8 Revision v8.19
|
Description of class class. More...
Public Member Functions | |
__construct () | |
getInputTypes () | |
getOutputType () | |
isStateless () | |
run (array $input, \ILIAS\BackgroundTasks\Observer $observer) | |
getExpectedTimeOfTaskInSeconds () | |
![]() | |
getInput () | |
| |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
![]() | |
run (array $input, Observer $observer) | |
Protected Member Functions | |
calculateRecursive (array $object_wps_ids, int &$a_file_size) | |
Calculates the number and size of the files being downloaded recursively. More... | |
validateAccess (int $wsp_id) | |
![]() | |
checkTypes ($values) | |
extractType ($value) | |
Protected Attributes | |
ilSetting | $settings |
ilWorkspaceTree | $tree |
![]() | |
array | $input = [] |
ILIAS BackgroundTasks Value | $output |
Private Attributes | |
ilLogger | $logger = null |
Additional Inherited Members | |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
Description of class class.
Definition at line 31 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
ilCheckSumOfWorkspaceFileSizesJob::__construct | ( | ) |
Definition at line 37 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
References $DIC, ilLoggerFactory\getLogger(), ILIAS\Repository\logger(), and ILIAS\Repository\settings().
|
protected |
Calculates the number and size of the files being downloaded recursively.
Definition at line 98 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
References $DIC, $type, ilObjFileAccess\_lookupFileSize(), ilObject\_lookupType(), ilTree\getChildsByTypeFilter(), ilWorkspaceTree\lookupObjectId(), and validateAccess().
Referenced by run().
ilCheckSumOfWorkspaceFileSizesJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 145 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
ilCheckSumOfWorkspaceFileSizesJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 48 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
ilCheckSumOfWorkspaceFileSizesJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 56 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
ilCheckSumOfWorkspaceFileSizesJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 61 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
ilCheckSumOfWorkspaceFileSizesJob::run | ( | array | $input, |
\ILIAS\BackgroundTasks\Observer | $observer | ||
) |
Definition at line 66 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
References calculateRecursive(), ILIAS\Repository\int(), ILIAS\Repository\logger(), and ILIAS\Repository\settings().
|
protected |
Definition at line 134 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
Referenced by calculateRecursive().
|
private |
Definition at line 33 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
|
protected |
Definition at line 34 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
|
protected |
Definition at line 35 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.