|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for ILIAS\BackgroundTasks\Task\UserInteraction:
Collaboration diagram for ILIAS\BackgroundTasks\Task\UserInteraction: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 ilExDownloadSubmissionsZipInteraction, ILIAS\File\Sanitation\DownloadSanitationReportUserInteraction, ilCalendarDownloadZipInteraction, ilCertificateMigrationInteraction, 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 | ||
| ) |
| \ILIAS\BackgroundTasks\Value[] | $input | The input value of this task. |
| Option | $user_selected_option | The Option the user chose. |
| Bucket | $bucket | Notify the bucket about your progress! |
Implemented in ilExDownloadSubmissionsZipInteraction, ilCalendarDownloadZipInteraction, and ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction.