|
ILIAS
release_8 Revision v8.24
|
This class handles all DB changes necessary for fraunhofer. More...
Inheritance diagram for ilSoapLearningProgressAdministration:
Collaboration diagram for ilSoapLearningProgressAdministration:Public Member Functions | |
| getLearningProgressChanges (string $sid, string $timestamp, bool $include_ref_ids, array $type_filter) | |
Public Member Functions inherited from ilSoapAdministration | |
| __construct (bool $use_nusoap=true) | |
| getMessage () | |
| appendMessage (string $a_str) | |
| setMessageCode (string $a_code) | |
| getMessageCode () | |
| reInitUser () | |
| isFault ($object) | |
| getInstallationInfoXML () | |
| getClientInfoXML (string $clientid) | |
Data Fields | |
| const | PROGRESS_FILTER_ALL = 0 |
| const | PROGRESS_FILTER_IN_PROGRESS = 1 |
| const | PROGRESS_FILTER_COMPLETED = 2 |
| const | PROGRESS_FILTER_FAILED = 3 |
| const | PROGRESS_FILTER_NOT_ATTEMPTED = 4 |
| const | SOAP_LP_ERROR_AUTHENTICATION = 50 |
| const | SOAP_LP_ERROR_INVALID_FILTER = 52 |
| const | SOAP_LP_ERROR_INVALID_REF_ID = 54 |
| const | SOAP_LP_ERROR_LP_NOT_AVAILABLE = 56 |
| const | SOAP_LP_ERROR_NO_PERMISSION = 58 |
| const | SOAP_LP_ERROR_LP_NOT_ENABLED = 60 |
| const | USER_FILTER_ALL = -1 |
Data Fields inherited from ilSoapAdministration | |
| const | NUSOAP = 1 |
| const | PHP5 = 2 |
| int | $error_method |
| Defines type of error handling (PHP5 || NUSOAP) More... | |
Protected Member Functions | |
| addUserProgress (ilXmlWriter $writer, array $users, int $a_type) | |
| applyProgressFilter (int $obj_id, array $usr_ids, array $filter) | |
| Apply progress filter. More... | |
| deleteScormTracking (int $a_obj_id, array $a_usr_ids) | |
| Delete SCORM Tracking. More... | |
| deleteScorm2004Tracking (int $a_obj_id, array $a_usr_ids) | |
| Delete scorm 2004 tracking. More... | |
Protected Member Functions inherited from ilSoapAdministration | |
| checkSession (string $sid) | |
| explodeSid (string $sid) | |
| setMessage (string $a_str) | |
| initAuth (string $sid) | |
| initIlias () | |
| initAuthenticationObject () | |
| raiseError (string $a_message, $a_code) | |
| checkObjectAccess (int $ref_id, array $expected_type, string $permission, bool $returnObject=false) | |
| check access for ref id: expected type, permission, return object instance if returnobject is true More... | |
Static Protected Attributes | |
| static array | $DELETE_PROGRESS_FILTER_TYPES = ['sahs', 'tst'] |
| static array | $PROGRESS_INFO_TYPES |
Additional Inherited Members | |
Protected Attributes inherited from ilSoapAdministration | |
| bool | $soap_check = true |
| string | $message = '' |
| string | $message_code = '' |
This class handles all DB changes necessary for fraunhofer.
Definition at line 12 of file class.ilSoapLearningProgressAdministration.php.
|
protected |
Definition at line 384 of file class.ilSoapLearningProgressAdministration.php.
References ilObjUser\_lookupName(), ilXmlWriter\xmlElement(), ilXmlWriter\xmlEndTag(), and ilXmlWriter\xmlStartTag().
Here is the call graph for this function:
|
protected |
Apply progress filter.
| int | $obj_id | |
| array | $usr_ids | |
| array | $filter |
Definition at line 410 of file class.ilSoapLearningProgressAdministration.php.
References $GLOBALS, ilLPStatusWrapper\_getCompleted(), ilLPStatusWrapper\_getFailed(), and ilLPStatusWrapper\_getInProgress().
Here is the call graph for this function:
|
protected |
Delete scorm 2004 tracking.
Definition at line 469 of file class.ilSoapLearningProgressAdministration.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
|
protected |
Delete SCORM Tracking.
Definition at line 453 of file class.ilSoapLearningProgressAdministration.php.
| ilSoapLearningProgressAdministration::getLearningProgressChanges | ( | string | $sid, |
| string | $timestamp, | ||
| bool | $include_ref_ids, | ||
| array | $type_filter | ||
| ) |
| string[] | $type_filter |
Definition at line 495 of file class.ilSoapLearningProgressAdministration.php.
References $DIC, Vendor\Package\$e, $timestamp, ilSoapAdministration\checkSession(), ilSoapAdministration\getMessage(), ilSoapAdministration\getMessageCode(), ilSoapAdministration\initAuth(), ilSoapAdministration\initIlias(), and ilSoapAdministration\raiseError().
Here is the call graph for this function:
|
staticprotected |
Definition at line 15 of file class.ilSoapLearningProgressAdministration.php.
|
staticprotected |
Definition at line 31 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::PROGRESS_FILTER_ALL = 0 |
Definition at line 17 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::PROGRESS_FILTER_COMPLETED = 2 |
Definition at line 19 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::PROGRESS_FILTER_FAILED = 3 |
Definition at line 20 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::PROGRESS_FILTER_IN_PROGRESS = 1 |
Definition at line 18 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::PROGRESS_FILTER_NOT_ATTEMPTED = 4 |
Definition at line 21 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::SOAP_LP_ERROR_AUTHENTICATION = 50 |
Definition at line 23 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::SOAP_LP_ERROR_INVALID_FILTER = 52 |
Definition at line 24 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::SOAP_LP_ERROR_INVALID_REF_ID = 54 |
Definition at line 25 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::SOAP_LP_ERROR_LP_NOT_AVAILABLE = 56 |
Definition at line 26 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::SOAP_LP_ERROR_LP_NOT_ENABLED = 60 |
Definition at line 28 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::SOAP_LP_ERROR_NO_PERMISSION = 58 |
Definition at line 27 of file class.ilSoapLearningProgressAdministration.php.
| const ilSoapLearningProgressAdministration::USER_FILTER_ALL = -1 |
Definition at line 39 of file class.ilSoapLearningProgressAdministration.php.