|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Description of class class. More...
Inheritance diagram for ilCheckSumOfWorkspaceFileSizesJob:
Collaboration diagram for ilCheckSumOfWorkspaceFileSizesJob:Public Member Functions | |
| __construct () | |
| getInputTypes () | |
| getOutputType () | |
| isStateless () | |
| run (array $input, \ILIAS\BackgroundTasks\Observer $observer) | |
| getExpectedTimeOfTaskInSeconds () | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractJob | |
| getInput () | |
| |
Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| setInput (array $values) | |
| getOutput () | |
| getInput () | |
| getType () | |
| unfoldTask () | |
| Unfold the task. More... | |
| getRemoveOption () | |
| |
| getAbortOption () | |
| |
Public Member Functions inherited from ILIAS\BackgroundTasks\Task\Job | |
| 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) | |
Protected Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| checkTypes ($values) | |
| extractType ($value) | |
Protected Attributes | |
| ilSetting | $settings |
| ilWorkspaceTree | $tree |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] |
| ILIAS BackgroundTasks Value | $output |
Private Attributes | |
| ilLogger | $logger = null |
Additional Inherited Members | |
Data Fields inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| const | MAIN_REMOVE = 'bt_main_remove' |
| const | MAIN_ABORT = 'bt_main_abort' |
Description of class class.
Definition at line 32 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
| ilCheckSumOfWorkspaceFileSizesJob::__construct | ( | ) |
Definition at line 38 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
References $DIC, ilLoggerFactory\getLogger(), ILIAS\Repository\logger(), and ILIAS\Repository\settings().
Here is the call graph for this function:
|
protected |
Calculates the number and size of the files being downloaded recursively.
Definition at line 100 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
References $DIC, ilObjFileAccess\_lookupFileSize(), ilObject\_lookupType(), ilTree\getChildsByTypeFilter(), ilWorkspaceTree\lookupObjectId(), and validateAccess().
Referenced by run().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCheckSumOfWorkspaceFileSizesJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 147 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
| ilCheckSumOfWorkspaceFileSizesJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 49 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
| ilCheckSumOfWorkspaceFileSizesJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 57 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
| ilCheckSumOfWorkspaceFileSizesJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 62 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
| ilCheckSumOfWorkspaceFileSizesJob::run | ( | array | $input, |
| \ILIAS\BackgroundTasks\Observer | $observer | ||
| ) |
Definition at line 67 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
References $general, calculateRecursive(), and ILIAS\Repository\logger().
Here is the call graph for this function:
|
protected |
Definition at line 136 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
Referenced by calculateRecursive().
Here is the caller graph for this function:
|
private |
Definition at line 34 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
|
protected |
Definition at line 35 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.
|
protected |
Definition at line 36 of file class.ilCheckSumOfWorkspaceFileSizesJob.php.