|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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) | |
| isFinal () | |
| 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 31 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 ilDownloadZipInteraction, ilSumOfFileSizesTooLargeInteraction, ilSumOfWorkspaceFileSizesTooLargeInteraction, ilMailDeliveryJobUserInteraction, and ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
Referenced by ILIAS\BackgroundTasks\Implementation\TaskManager\SyncTaskManager\run().
Here is the caller graph for this function:| ILIAS\BackgroundTasks\Task\UserInteraction::getMessage | ( | array | $input | ) |
| Value[] | $input The input value of this task. |
Implemented in ilSumOfFileSizesTooLargeInteraction, ilSumOfWorkspaceFileSizesTooLargeInteraction, ilMailDeliveryJobUserInteraction, and ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
| ILIAS\BackgroundTasks\Task\UserInteraction::getOptions | ( | array | $input | ) |
| Value[] | $input The input value of this task. |
Implemented in ilDownloadZipInteraction, ilSumOfFileSizesTooLargeInteraction, ilSumOfWorkspaceFileSizesTooLargeInteraction, ilExDownloadSubmissionsZipInteraction, ILIAS\MediaCast\BackgroundTasks\DownloadAllZipInteraction, ilCalendarDownloadZipInteraction, ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction, ILIAS\BackgroundTasks\Implementation\Tasks\DownloadInteger, and ilMailDeliveryJobUserInteraction.
| ILIAS\BackgroundTasks\Task\UserInteraction::getSkippedValue | ( | array | $input | ) |
| Value[] | $input |
Implemented in ilSumOfFileSizesTooLargeInteraction, ilSumOfWorkspaceFileSizesTooLargeInteraction, and ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
| ILIAS\BackgroundTasks\Task\UserInteraction::interaction | ( | array | $input, |
| Option | $user_selected_option, | ||
| Bucket | $bucket | ||
| ) |
Implemented in ilDownloadZipInteraction, ilExDownloadSubmissionsZipInteraction, ilCalendarDownloadZipInteraction, ILIAS\MediaCast\BackgroundTasks\DownloadAllZipInteraction, ilSumOfFileSizesTooLargeInteraction, ilSumOfWorkspaceFileSizesTooLargeInteraction, ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction, and ILIAS\BackgroundTasks\Implementation\Tasks\DownloadInteger.
| ILIAS\BackgroundTasks\Task\UserInteraction::isFinal | ( | ) |
Implemented in ilSumOfFileSizesTooLargeInteraction, ilSumOfWorkspaceFileSizesTooLargeInteraction, and ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.