ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
getOptions (array $input) | |
canBeSkipped (array $input) | |
Decide whether the UserInteraction is presented to the user and he has to decide or user UserInteraction is skipped by the TaskManager. More... | |
getSkippedValue (array $input) | |
interaction (array $input, Option $user_selected_option, Bucket $bucket) | |
getMessage (array $input) | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Task | |
getType () | |
getInputTypes () | |
getOutputType () | |
getOutput () | |
setInput (array $values) | |
getInput () | |
unfoldTask () | |
getRemoveOption () | |
getAbortOption () | |
Definition at line 17 of file UserInteraction.php.
ILIAS\BackgroundTasks\Task\UserInteraction::canBeSkipped | ( | array | $input | ) |
Decide whether the UserInteraction is presented to the user and he has to decide or user UserInteraction is skipped by the TaskManager.
You must return a valid Value then,
Value[] | $input The input value of this task. |
Implemented in ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
ILIAS\BackgroundTasks\Task\UserInteraction::getMessage | ( | array | $input | ) |
Value[] | $input The input value of this task. |
Implemented in ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
ILIAS\BackgroundTasks\Task\UserInteraction::getOptions | ( | array | $input | ) |
Value[] | $input The input value of this task. |
Implemented in ilCalendarDownloadZipInteraction, ilExDownloadSubmissionsZipInteraction, ilCertificateMigrationInteraction, ILIAS\File\Sanitation\DownloadSanitationReportUserInteraction, ilCertificateMigrationReducedInteraction, ILIAS\BackgroundTasks\Implementation\Tasks\DownloadInteger, and ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction.
ILIAS\BackgroundTasks\Task\UserInteraction::getSkippedValue | ( | array | $input | ) |
Value[] | $input |
Implemented in ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
ILIAS\BackgroundTasks\Task\UserInteraction::interaction | ( | array | $input, |
Option | $user_selected_option, | ||
Bucket | $bucket | ||
) |
Implemented in ilCalendarDownloadZipInteraction, ilExDownloadSubmissionsZipInteraction, and ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction.
Referenced by ILIAS\BackgroundTasks\Implementation\Tasks\DownloadInteger\getOptions(), and ILIAS\File\Sanitation\DownloadSanitationReportUserInteraction\getOptions().