ILIAS
release_8 Revision v8.19
|
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 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().
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.