ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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) | |
![]() | |
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 ilSumOfWorkspaceFileSizesTooLargeInteraction, ilSumOfFileSizesTooLargeInteraction, ilMailDeliveryJobUserInteraction, and ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
Referenced by ILIAS\BackgroundTasks\Implementation\TaskManager\SyncTaskManager\run().
ILIAS\BackgroundTasks\Task\UserInteraction::getMessage | ( | array | $input | ) |
Value[] | $input | The input value of this task. |
Implemented in ilSumOfWorkspaceFileSizesTooLargeInteraction, ilSumOfFileSizesTooLargeInteraction, ilMailDeliveryJobUserInteraction, and 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, ilSumOfWorkspaceFileSizesTooLargeInteraction, ilDownloadZipInteraction, ilSumOfFileSizesTooLargeInteraction, ilCalendarDownloadZipInteraction, ilMailDeliveryJobUserInteraction, ILIAS\BackgroundTasks\Implementation\Tasks\DownloadInteger, and ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction.
ILIAS\BackgroundTasks\Task\UserInteraction::getSkippedValue | ( | array | $input | ) |
Value[] | $input |
Implemented in ilSumOfWorkspaceFileSizesTooLargeInteraction, ilSumOfFileSizesTooLargeInteraction, and 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, ilSumOfWorkspaceFileSizesTooLargeInteraction, ilDownloadZipInteraction, ilSumOfFileSizesTooLargeInteraction, ilCalendarDownloadZipInteraction, and ILIAS\BackgroundTasks\Implementation\Tasks\NotFoundUserInteraction.
ILIAS\BackgroundTasks\Task\UserInteraction::isFinal | ( | ) |
Implemented in ilSumOfFileSizesTooLargeInteraction, and ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.