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 Attributes | |
ilWorkspaceTree | $tree |
![]() | |
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 | |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
![]() | |
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().
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.
References $DIC, ilFileUtils\getASCIIFilename(), and ilObjFile\getFile().
Referenced by recurseFolder(), and run().
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.
References $tree, ilFileUtils\getASCIIFilename(), ilTree\getChildsByTypeFilter(), and getFileDirs().
Referenced by run().
ilCollectWorkspaceFilesJob::run | ( | array | $input, |
\ILIAS\BackgroundTasks\Observer | $observer | ||
) |
Definition at line 64 of file class.ilCollectWorkspaceFilesJob.php.
References ilObject\_lookupTitle(), ilObject\_lookupType(), getFileDirs(), ILIAS\Repository\logger(), and recurseFolder().
|
private |
Definition at line 32 of file class.ilCollectWorkspaceFilesJob.php.
|
protected |
Definition at line 33 of file class.ilCollectWorkspaceFilesJob.php.
Referenced by recurseFolder().