|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction:
Collaboration diagram for ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction:Public Member Functions | |
| getMessage (array $input) | |
| @inheritDoc More... | |
| canBeSkipped (array $input) | |
| @inheritDoc More... | |
| getSkippedValue (array $input) | |
| isFinal () | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| setInput (array $values) | |
| getOutput () | |
| getInput () | |
| getType () | |
| unfoldTask () | |
| Unfold the task. More... | |
| getRemoveOption () | |
| |
| getAbortOption () | |
| |
Public Member Functions inherited from ILIAS\BackgroundTasks\Task | |
| getType () | |
| getInputTypes () | |
| getOutputType () | |
| getOutput () | |
| setInput (array $values) | |
| getInput () | |
| unfoldTask () | |
| getRemoveOption () | |
| getAbortOption () | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Task\UserInteraction | |
| 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) | |
Additional Inherited Members | |
Data Fields inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| const | MAIN_REMOVE = 'bt_main_remove' |
| const | MAIN_ABORT = 'bt_main_abort' |
Protected Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| checkTypes (array $values) | |
| extractType ($value) | |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] |
| Value | $output |
Definition at line 29 of file AbstractUserInteraction.php.
| ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction::canBeSkipped | ( | array | $input | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Reimplemented in ilDownloadZipInteraction, ilSumOfFileSizesTooLargeInteraction, ilMailDeliveryJobUserInteraction, and ilSumOfWorkspaceFileSizesTooLargeInteraction.
Definition at line 42 of file AbstractUserInteraction.php.
| ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction::getMessage | ( | array | $input | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Reimplemented in ilSumOfFileSizesTooLargeInteraction, ilMailDeliveryJobUserInteraction, and ilSumOfWorkspaceFileSizesTooLargeInteraction.
Definition at line 34 of file AbstractUserInteraction.php.
| ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction::getSkippedValue | ( | array | $input | ) |
| Value[] | $input |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Reimplemented in ilSumOfFileSizesTooLargeInteraction, and ilSumOfWorkspaceFileSizesTooLargeInteraction.
Definition at line 47 of file AbstractUserInteraction.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input.
| ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction::isFinal | ( | ) |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Reimplemented in ilSumOfFileSizesTooLargeInteraction, and ilSumOfWorkspaceFileSizesTooLargeInteraction.
Definition at line 52 of file AbstractUserInteraction.php.