Class for restore BigBlueButtonBN.
Author: | Fred Dixon (ffdixon [at] blindsidenetworks [dt] com) |
Author: | Jesus Federico (jesus [at] blindsidenetworks [dt] com) |
Copyright: | 2010 onwards, Blindside Networks Inc |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 107 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
restore_bigbluebuttonbn_activity_task:: (6 methods):
define_my_settings()
define_my_steps()
define_decode_contents()
define_decode_rules()
define_restore_log_rules()
define_restore_log_rules_for_course()
Class: restore_bigbluebuttonbn_activity_task - X-Ref
Restore task that provides all the settings and steps to perform one complete restore of the activity.define_my_settings() X-Ref |
Define (add) particular settings this activity can have. return: void |
define_my_steps() X-Ref |
Define (add) particular steps this activity can have. return: void |
define_decode_contents() X-Ref |
Define the contents in the activity that must be processed by the link decoder. return: array |
define_decode_rules() X-Ref |
Define the decoding rules for links belonging to the activity to be executed by the link decoder. return: array |
define_restore_log_rules() X-Ref |
Define the restoring rules for logs belonging to the activity to be executed by the link decoder. return: array |
define_restore_log_rules_for_course() X-Ref |
Define the restoring rules for course associated to the activity to be executed by the link decoder. return: array |