ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Class ilMailDeliveryJobUserInteraction. More...
Public Member Functions | |
getOptions (array $input) | |
getRemoveOption () | |
getInputTypes () | |
getOutputType () | |
interaction (array $input, ILIAS\BackgroundTasks\Task\UserInteraction\Option $user_selected_option, ILIAS\BackgroundTasks\Bucket $bucket) | |
getMessage (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... | |
![]() | |
getMessage (array $input) | |
canBeSkipped (array $input) | |
getSkippedValue (array $input) | |
isFinal () | |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
![]() | |
interaction (array $input, Option $user_selected_option, Bucket $bucket) | |
Data Fields | |
final const | OPTION_CANCEL = 'cancel' |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
Additional Inherited Members | |
![]() | |
checkTypes (array $values) | |
extractType ($value) | |
![]() | |
array | $input = [] |
Value | $output |
Class ilMailDeliveryJobUserInteraction.
Definition at line 33 of file class.ilMailDeliveryJobUserInteraction.php.
ilMailDeliveryJobUserInteraction::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. |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 70 of file class.ilMailDeliveryJobUserInteraction.php.
ilMailDeliveryJobUserInteraction::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 47 of file class.ilMailDeliveryJobUserInteraction.php.
ilMailDeliveryJobUserInteraction::getMessage | ( | array | $input | ) |
Value[] | $input The input value of this task. |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 65 of file class.ilMailDeliveryJobUserInteraction.php.
ilMailDeliveryJobUserInteraction::getOptions | ( | array | $input | ) |
Value[] | $input The input value of this task. |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 37 of file class.ilMailDeliveryJobUserInteraction.php.
ilMailDeliveryJobUserInteraction::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 52 of file class.ilMailDeliveryJobUserInteraction.php.
ilMailDeliveryJobUserInteraction::getRemoveOption | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 42 of file class.ilMailDeliveryJobUserInteraction.php.
ilMailDeliveryJobUserInteraction::interaction | ( | array | $input, |
ILIAS\BackgroundTasks\Task\UserInteraction\Option | $user_selected_option, | ||
ILIAS\BackgroundTasks\Bucket | $bucket | ||
) |
Definition at line 57 of file class.ilMailDeliveryJobUserInteraction.php.
final const ilMailDeliveryJobUserInteraction::OPTION_CANCEL = 'cancel' |
Definition at line 35 of file class.ilMailDeliveryJobUserInteraction.php.