|
ILIAS
release_8 Revision v8.24
|
Class ilMailDeliveryJobUserInteraction. More...
Inheritance diagram for ilMailDeliveryJobUserInteraction:
Collaboration diagram for ilMailDeliveryJobUserInteraction: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) | |
| @inheritDoc More... | |
| canBeSkipped (array $input) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction | |
| 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 () | |
| |
| 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) | |
Data Fields | |
| const | OPTION_CANCEL = 'cancel' |
Data Fields inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| const | MAIN_REMOVE = 'bt_main_remove' |
| const | MAIN_ABORT = 'bt_main_abort' |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| checkTypes ($values) | |
| extractType ($value) | |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] |
| ILIAS BackgroundTasks Value | $output |
Class ilMailDeliveryJobUserInteraction.
Definition at line 33 of file class.ilMailDeliveryJobUserInteraction.php.
| ilMailDeliveryJobUserInteraction::canBeSkipped | ( | array | $input | ) |
@inheritDoc
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
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 | ) |
@inheritDoc
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
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 | ( | ) |
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask.
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.
| const ilMailDeliveryJobUserInteraction::OPTION_CANCEL = 'cancel' |
Definition at line 35 of file class.ilMailDeliveryJobUserInteraction.php.