ILIAS
trunk Revision v11.0_alpha-1861-g09f3d197f78
|
Description of class. More...
Public Member Functions | |
updateFromComponentDefinition (string $a_identifier) | |
getGroupId () | |
getTasks () | |
Static Public Member Functions | |
static | getInstanceByGroupId (int $a_group_id) |
static | lookupIdentifierForTask (int $a_task_id) |
static | lookupGroupId (int $a_task_id) |
static | lookupCompleted (int $a_grp_id) |
static | lookupFailed (int $a_grp_id) |
static | lookupLastUpdate (int $a_grp_id) |
Protected Member Functions | |
read () | |
Protected Attributes | |
ilDBInterface | $db |
Private Member Functions | |
__construct (int $a_grp_id) | |
Private Attributes | |
int | $grp_id = 0 |
array | $tasks = array() |
Static Private Attributes | |
static array | $instances = array() |
Description of class.
Definition at line 24 of file class.ilSCTasks.php.
|
private |
ilSCTasks::getGroupId | ( | ) |
Definition at line 148 of file class.ilSCTasks.php.
References $grp_id.
Referenced by updateFromComponentDefinition().
|
static |
Definition at line 42 of file class.ilSCTasks.php.
Referenced by ilSystemCheckDefinitionProcessor\beginTag(), and ilSCTaskTableGUI\parse().
ilSCTasks::getTasks | ( | ) |
Definition at line 156 of file class.ilSCTasks.php.
References $tasks.
Referenced by updateFromComponentDefinition().
|
static |
Definition at line 98 of file class.ilSCTasks.php.
References ilSCTask\STATUS_COMPLETED.
Referenced by ilSCGroupTableGUI\parse().
|
static |
Definition at line 114 of file class.ilSCTasks.php.
References ilSCTask\STATUS_FAILED.
Referenced by ilSCGroupTableGUI\parse().
|
static |
Definition at line 83 of file class.ilSCTasks.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, and ilDBConstants\T_INTEGER.
Referenced by ilSCComponentTaskFactory\getComponentTask().
|
static |
Definition at line 53 of file class.ilSCTasks.php.
References $DIC, $res, ilDBConstants\FETCHMODE_OBJECT, ilDBInterface\query(), ilDBInterface\quote(), and ilDBConstants\T_INTEGER.
Referenced by ilSCComponentTaskFactory\getTask().
|
static |
Definition at line 131 of file class.ilSCTasks.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, IL_CAL_UNIX, ilSCTask\STATUS_FAILED, ilDBConstants\T_INTEGER, and ilTimeZone\UTC.
Referenced by ilSCGroupTableGUI\parse().
|
protected |
Definition at line 161 of file class.ilSCTasks.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, and ilSCComponentTaskFactory\getTask().
Referenced by __construct().
ilSCTasks::updateFromComponentDefinition | ( | string | $a_identifier | ) |
Definition at line 67 of file class.ilSCTasks.php.
References getGroupId(), and getTasks().
|
protected |
Definition at line 31 of file class.ilSCTasks.php.
|
private |
Definition at line 28 of file class.ilSCTasks.php.
Referenced by getGroupId().
|
staticprivate |
Definition at line 26 of file class.ilSCTasks.php.
|
private |
Definition at line 29 of file class.ilSCTasks.php.
Referenced by getTasks().