| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Description of class class. More...
 Inheritance diagram for ilCheckSumOfFileSizesJob:
 Collaboration diagram for ilCheckSumOfFileSizesJob:Public Member Functions | |
| __construct () | |
| Construct.  More... | |
| 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 $a_ref_ids, int &$a_file_size) | |
| Calculates the number and size of the files being downloaded recursively.  More... | |
| validateAccess (int $ref_id) | |
| Check file access.  More... | |
  Protected Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| checkTypes ($values) | |
| extractType ($value) | |
Protected Attributes | |
| ilSetting | $settings | 
  Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] | 
| ILIAS BackgroundTasks Value | $output | 
Private Attributes | |
| ilLogger | $logger | 
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 31 of file class.ilCheckSumOfFileSizesJob.php.
| ilCheckSumOfFileSizesJob::__construct | ( | ) | 
Construct.
Definition at line 40 of file class.ilCheckSumOfFileSizesJob.php.
References $DIC, 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 116 of file class.ilCheckSumOfFileSizesJob.php.
References $DIC, $ref_id, ilObjFileAccess\_lookupFileSize(), ilObject\_lookupType(), and validateAccess().
Referenced by run().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilCheckSumOfFileSizesJob::getExpectedTimeOfTaskInSeconds | ( | ) | 
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 169 of file class.ilCheckSumOfFileSizesJob.php.
| ilCheckSumOfFileSizesJob::getInputTypes | ( | ) | 
Implements ILIAS\BackgroundTasks\Task.
Definition at line 51 of file class.ilCheckSumOfFileSizesJob.php.
| ilCheckSumOfFileSizesJob::getOutputType | ( | ) | 
Implements ILIAS\BackgroundTasks\Task.
Definition at line 63 of file class.ilCheckSumOfFileSizesJob.php.
| ilCheckSumOfFileSizesJob::isStateless | ( | ) | 
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 72 of file class.ilCheckSumOfFileSizesJob.php.
| ilCheckSumOfFileSizesJob::run | ( | array | $input, | 
| \ILIAS\BackgroundTasks\Observer | $observer | ||
| ) | 
Definition at line 82 of file class.ilCheckSumOfFileSizesJob.php.
References $general, calculateRecursive(), and ILIAS\Repository\logger().
 Here is the call graph for this function:
      
  | 
  protected | 
Check file access.
Definition at line 154 of file class.ilCheckSumOfFileSizesJob.php.
References $DIC, and ilObject\_isInTrash().
Referenced by calculateRecursive().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 33 of file class.ilCheckSumOfFileSizesJob.php.
      
  | 
  protected | 
Definition at line 34 of file class.ilCheckSumOfFileSizesJob.php.