|
ILIAS
release_8 Revision v8.24
|
Description of class class. More...
Inheritance diagram for ilCollectWorkspaceFilesJob:
Collaboration diagram for ilCollectWorkspaceFilesJob: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 () | |
| |
| getType () | |
| getInputTypes () | |
| getOutputType () | |
| getOutput () | |
| setInput (array $values) | |
| getInput () | |
| unfoldTask () | |
| getRemoveOption () | |
| getAbortOption () | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Task\Job | |
| run (array $input, Observer $observer) | |
| isStateless () | |
| getInput () | |
| getExpectedTimeOfTaskInSeconds () | |
Protected Attributes | |
| ilWorkspaceTree | $tree |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] |
| ILIAS BackgroundTasks Value | $output |
Private Member Functions | |
| getFileDirs (int $a_wsp_id, string $a_file_name, string $a_temp_dir) | |
| recurseFolder (int $a_wsp_id, string $a_folder_name, string $a_temp_dir, int $a_num_recursions, bool $a_initiated_by_folder_action) | |
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' |
Protected Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| checkTypes ($values) | |
| extractType ($value) | |
Description of class class.
Definition at line 30 of file class.ilCollectWorkspaceFilesJob.php.
| ilCollectWorkspaceFilesJob::__construct | ( | ) |
Definition at line 35 of file class.ilCollectWorkspaceFilesJob.php.
References $DIC, ilLoggerFactory\getLogger(), and ILIAS\Repository\logger().
Here is the call graph for this function:| ilCollectWorkspaceFilesJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 176 of file class.ilCollectWorkspaceFilesJob.php.
|
private |
Definition at line 107 of file class.ilCollectWorkspaceFilesJob.php.
Referenced by run().
Here is the caller graph for this function:| ilCollectWorkspaceFilesJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 45 of file class.ilCollectWorkspaceFilesJob.php.
| ilCollectWorkspaceFilesJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 54 of file class.ilCollectWorkspaceFilesJob.php.
| ilCollectWorkspaceFilesJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 59 of file class.ilCollectWorkspaceFilesJob.php.
|
private |
Definition at line 132 of file class.ilCollectWorkspaceFilesJob.php.
Referenced by run().
Here is the caller graph for this function:| ilCollectWorkspaceFilesJob::run | ( | array | $input, |
| \ILIAS\BackgroundTasks\Observer | $observer | ||
| ) |
Definition at line 64 of file class.ilCollectWorkspaceFilesJob.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, ilObject\_lookupTitle(), ilObject\_lookupType(), getFileDirs(), ILIAS\Repository\logger(), and recurseFolder().
Here is the call graph for this function:
|
private |
Definition at line 32 of file class.ilCollectWorkspaceFilesJob.php.
|
protected |
Definition at line 33 of file class.ilCollectWorkspaceFilesJob.php.