| ILIAS
    release_6 Revision v6.24-5-g0c8bfefb3b8
    | 
Description of class class. More...
 Inheritance diagram for ilCollectWorkspaceFilesJob:
 Inheritance diagram for ilCollectWorkspaceFilesJob: Collaboration diagram for ilCollectWorkspaceFilesJob:
 Collaboration diagram for ilCollectWorkspaceFilesJob:| Public Member Functions | |
| __construct () | |
| Construct.  More... | |
| getInputTypes () | |
| @inheritDoc  More... | |
| getOutputType () | |
| @inheritDoc  More... | |
| isStateless () | |
| @inheritDoc  More... | |
| run (array $input, \ILIAS\BackgroundTasks\Observer $observer) | |
| @inheritDoc  More... | |
| 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 | |
| $tree | |
|  Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| $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 | |
|  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 15 of file class.ilCollectWorkspaceFilesJob.php.
| ilCollectWorkspaceFilesJob::__construct | ( | ) | 
Construct.
Definition at line 27 of file class.ilCollectWorkspaceFilesJob.php.
References $DIC, and ilLoggerFactory\getLogger().
 Here is the call graph for this function:
 Here is the call graph for this function:| 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, and ilUtil\getASCIIFilename().
Referenced by recurseFolder(), and run().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCollectWorkspaceFilesJob::getInputTypes | ( | ) | 
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 40 of file class.ilCollectWorkspaceFilesJob.php.
| ilCollectWorkspaceFilesJob::getOutputType | ( | ) | 
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 52 of file class.ilCollectWorkspaceFilesJob.php.
| ilCollectWorkspaceFilesJob::isStateless | ( | ) | 
@inheritDoc
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(), getFileDirs(), and recurseFolder().
Referenced by recurseFolder(), and run().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCollectWorkspaceFilesJob::run | ( | array | $input, | 
| \ILIAS\BackgroundTasks\Observer | $observer | ||
| ) | 
@inheritDoc
Definition at line 69 of file class.ilCollectWorkspaceFilesJob.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, ilObject\_lookupTitle(), ilObject\_lookupType(), getFileDirs(), and recurseFolder().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 17 of file class.ilCollectWorkspaceFilesJob.php.
| 
 | protected | 
Definition at line 22 of file class.ilCollectWorkspaceFilesJob.php.
Referenced by recurseFolder().