ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Description of class class. More...
Public Member Functions | |
__construct () | |
Construct. More... | |
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 | |
$tree | |
![]() | |
$input = [] | |
$output | |
Private Member Functions | |
getFileDirs ($a_wsp_id, $a_file_name, $a_temp_dir) | |
recurseFolder ($a_wsp_id, $a_folder_name, $a_temp_dir, $a_num_recursions, $a_initiated_by_folder_action) | |
Private Attributes | |
$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 15 of file class.ilCollectWorkspaceFilesJob.php.
ilCollectWorkspaceFilesJob::__construct | ( | ) |
Construct.
Definition at line 27 of file class.ilCollectWorkspaceFilesJob.php.
References $DIC, and ilLoggerFactory\getLogger().
ilCollectWorkspaceFilesJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 184 of file class.ilCollectWorkspaceFilesJob.php.
|
private |
Definition at line 112 of file class.ilCollectWorkspaceFilesJob.php.
References $DIC, ilUtil\getASCIIFilename(), and ilObjFile\getFile().
Referenced by recurseFolder(), and run().
ilCollectWorkspaceFilesJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 40 of file class.ilCollectWorkspaceFilesJob.php.
ilCollectWorkspaceFilesJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 52 of file class.ilCollectWorkspaceFilesJob.php.
ilCollectWorkspaceFilesJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 60 of file class.ilCollectWorkspaceFilesJob.php.
|
private |
$a_wsp_id | |
$a_folder_name | |
$a_temp_dir | |
$a_num_recursions | |
$a_initiated_by_folder_action |
Definition at line 142 of file class.ilCollectWorkspaceFilesJob.php.
References $tree, ilUtil\getASCIIFilename(), and getFileDirs().
Referenced by run().
ilCollectWorkspaceFilesJob::run | ( | array | $input, |
\ILIAS\BackgroundTasks\Observer | $observer | ||
) |
Definition at line 69 of file class.ilCollectWorkspaceFilesJob.php.
References ilObject\_lookupTitle(), ilObject\_lookupType(), getFileDirs(), and recurseFolder().
|
private |
Definition at line 17 of file class.ilCollectWorkspaceFilesJob.php.
|
protected |
Definition at line 22 of file class.ilCollectWorkspaceFilesJob.php.
Referenced by recurseFolder().