ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
run (array $input, Observer $observer) | |
isStateless () | |
getInput () | |
getExpectedTimeOfTaskInSeconds () | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Task | |
getType () | |
getInputTypes () | |
getOutputType () | |
getOutput () | |
setInput (array $values) | |
unfoldTask () | |
getRemoveOption () | |
getAbortOption () | |
ILIAS\BackgroundTasks\Task\Job::getExpectedTimeOfTaskInSeconds | ( | ) |
Implemented in ilCertificateMigrationJob, ilExerciseManagementCollectFilesJob, ilCalendarCopyFilesToTempDirectoryJob, ILIAS\BackgroundTasks\Implementation\Tasks\SlowPlusJob, ILIAS\BackgroundTasks\Implementation\Tasks\Aggregation\ConcatenationJob, ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob, ilCalendarZipJob, ilSubmissionsZipJob, and ILIAS\File\Sanitation\SanitationReportJob.
ILIAS\BackgroundTasks\Task\Job::getInput | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Implemented in ILIAS\BackgroundTasks\Implementation\Tasks\AbstractJob.
ILIAS\BackgroundTasks\Task\Job::isStateless | ( | ) |
Implemented in ilCertificateMigrationJob, ilExerciseManagementCollectFilesJob, ILIAS\BackgroundTasks\Implementation\Tasks\SlowPlusJob, ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob, ilCalendarCopyFilesToTempDirectoryJob, ilSubmissionsZipJob, ilCalendarZipJob, ILIAS\BackgroundTasks\Implementation\Tasks\Aggregation\ConcatenationJob, and ILIAS\File\Sanitation\SanitationReportJob.
ILIAS\BackgroundTasks\Task\Job::run | ( | array | $input, |
Observer | $observer | ||
) |
Implemented in ilExerciseManagementCollectFilesJob, ilCertificateMigrationJob, ilCalendarCopyFilesToTempDirectoryJob, and ILIAS\File\Sanitation\SanitationReportJob.
Referenced by ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob\getOutputType(), and ILIAS\BackgroundTasks\Implementation\Tasks\SlowPlusJob\getOutputType().