ILIAS
Release_5_0_x_branch Revision 61816
|
Static Public Member Functions | |
static | login ($client, $username, $password) |
static | loginCAS ($client, $PT, $user) |
static | loginLDAP ($client, $username, $password) |
static | logout ($sid) |
static | lookupUser ($sid, $user_name) |
static | getUser ($sid, $user_id) |
static | updateUser ($sid, $user_data) |
static | updatePassword ($sid, $user_id, $new_password) |
static | addUser ($sid, $user_data, $global_role_id) |
static | deleteUser ($sid, $user_id) |
static | addCourse ($sid, $target_id, $crs_xml) |
static | deleteCourse ($sid, $course_id) |
static | assignCourseMember ($sid, $course_id, $user_id, $type) |
static | isAssignedToCourse ($sid, $course_id, $user_id) |
static | excludeCourseMember ($sid, $course_id, $user_id) |
static | getCourseXML ($sid, $course_id) |
static | updateCourse ($sid, $course_id, $xml) |
static | getObjIdByImportId ($sid, $import_id) |
static | getRefIdsByImportId ($sid, $import_id) |
static | getRefIdsByObjId ($sid, $object_id) |
static | getObjectByReference ($sid, $a_ref_id, $user_id) |
static | getObjectsByTitle ($sid, $a_title, $user_id) |
static | addObject ($sid, $a_target_id, $a_xml) |
static | addReference ($sid, $a_source_id, $a_target_id) |
static | deleteObject ($sid, $reference_id) |
static | removeFromSystemByImportId ($sid, $import_id) |
static | updateObjects ($sid, $obj_xml) |
static | searchObjects ($sid, $types, $key, $combination, $user_id) |
static | getTreeChilds ($sid, $ref_id, $types, $user_id) |
static | getXMLTree ($sid, $ref_id, $types, $user_id) |
static | getOperations ($sid) |
static | addUserRoleEntry ($sid, $user_id, $role_id) |
static | deleteUserRoleEntry ($sid, $user_id, $role_id) |
static | revokePermissions ($sid, $ref_id, $role_id) |
static | grantPermissions ($sid, $ref_id, $role_id, $permissions) |
static | getLocalRoles ($sid, $ref_id) |
static | getUserRoles ($sid, $user_id) |
static | deleteRole ($sid, $role_id) |
static | addRole ($sid, $target_id, $obj_xml) |
static | addRoleFromTemplate ($sid, $target_id, $obj_xml, $template_id) |
static | getObjectTreeOperations ($sid, $ref_id, $user_id) |
static | addGroup ($sid, $target_id, $group_xml) |
static | groupExists ($sid, $title) |
static | getGroup ($sid, $ref_id) |
static | assignGroupMember ($sid, $group_id, $user_id, $type) |
static | isAssignedToGroup ($sid, $group_id, $user_id) |
static | excludeGroupMember ($sid, $group_id, $user_id) |
static | sendMail ($sid, $to, $cc, $bcc, $sender, $subject, $message, $attach) |
static | distributeMails ($sid, $mail_xml) |
static | ilClone ($sid, $copy_identifier) |
static | ilCloneDependencies ($sid, $copy_identifier) |
static | handleECSTasks ($sid, $a_server_id) |
static | saveQuestionResult ($sid, $user_id, $test_id, $question_id, $pass, $solution) |
static | saveQuestion ($sid, $active_id, $question_id, $pass, $solution) |
static | saveQuestionSolution ($sid, $active_id, $question_id, $pass, $solution) |
static | getQuestionSolution ($sid, $active_id, $question_id, $pass) |
static | getTestUserData ($sid, $active_id) |
static | getNrOfQuestionsInPass ($sid, $active_id, $pass) |
static | getPositionOfQuestion ($sid, $active_id, $question_id, $pass) |
static | getPreviousReachedPoints ($sid, $active_id, $question_id, $pass) |
static | saveTempFileAsMediaObject ($sid, $name, $tmp_name) |
static | getMobsOfObject ($sid, $a_type, $a_id) |
static | getStructureObjects ($sid, $ref_id) |
static | getRoles ($sid, $role_type, $id) |
static | importUsers ($sid, $folder_id, $usr_xml, $conflict_rule, $send_account_mail) |
static | getUsersForContainer ($sid, $ref_id, $attach_roles, $active) |
static | getUsersForRole ($sid, $role_id, $attach_roles, $active) |
static | searchUser ($sid, $a_keyfields, $query_operator, $a_keyvalues, $attach_roles, $active) |
static | hasNewMail ($sid) |
static | getNIC ($sid) |
static | getExerciseXML ($sid, $ref_id, $attachFileContentsMode) |
static | updateExercise ($sid, $ref_id, $xml) |
static | addExercise ($sid, $ref_id, $xml) |
static | getFileXML ($sid, $ref_id, $attachFileContentsMode) |
static | updateFile ($sid, $ref_id, $xml) |
static | addFile ($sid, $ref_id, $xml) |
static | getObjIdsByRefIds ($sid, $ref_ids) |
static | getUserXML ($sid, $user_ids, $attach_roles) |
static | updateGroup ($sid, $ref_id, $grp_xml) |
static | getIMSManifestXML ($sid, $ref_id) |
static | hasSCORMCertificate ($sid, $ref_id, $usr_id) |
static | copyObject ($sid, $copy_settings_xml) |
copy object in repository $sid session id $settings_xml contains copy wizard settings following ilias_copy_wizard_settings.dtd | |
static | moveObject ($sid, $ref_id, $target_id) |
move object in repository | |
static | getTestResults ($sid, $ref_id, $sum_only) |
get results of test | |
static | removeTestResults ($sid, $ref_id, $a_user_ids) |
Remove test results of user. | |
static | getCoursesForUser ($sid, $parameters) |
return courses for users depending on the status | |
static | getGroupsForUser ($sid, $parameters) |
return courses for users depending on the status | |
static | getPathForRefId ($sid, $ref_id) |
static | searchRoles ($sid, $key, $combination, $role_type) |
static | getInstallationInfoXML () |
static | getClientInfoXML ($clientid) |
static | buildHTTPPath () |
builds http path if no client is available | |
static | getSCORMCompletionStatus ($sid, $usr_id, $a_ref_id) |
static | getUserIdBySid ($sid) |
static | readWebLink ($sid, $ref_id) |
static | createWebLink ($sid, $ref_id, $xml) |
static | updateWebLink ($sid, $ref_id, $xml) |
static | deleteExpiredDualOptInUserObjects ($sid, $usr_id) |
Static method for soap webservice: deleteExpiredDualOptInUserObjects. | |
static | deleteProgress ($sid, $ref_ids, $usr_ids, $type_filter, $progress_filter) |
Delete progress. | |
static | getLearningProgressChanges ($sid, $timestamp, $include_ref_ids, $type_filter) |
Definition at line 34 of file inc.soap_functions.php.
|
static |
Definition at line 143 of file inc.soap_functions.php.
References $target_id.
|
static |
Definition at line 700 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 724 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 419 of file inc.soap_functions.php.
References $target_id.
|
static |
Definition at line 246 of file inc.soap_functions.php.
|
static |
Definition at line 255 of file inc.soap_functions.php.
|
static |
Definition at line 393 of file inc.soap_functions.php.
References $target_id.
|
static |
Definition at line 401 of file inc.soap_functions.php.
References $target_id.
|
static |
Definition at line 120 of file inc.soap_functions.php.
|
static |
Definition at line 330 of file inc.soap_functions.php.
|
static |
Definition at line 159 of file inc.soap_functions.php.
|
static |
Definition at line 445 of file inc.soap_functions.php.
|
static |
builds http path if no client is available
Definition at line 898 of file inc.soap_functions.php.
References $dirs, $path, ILIAS_MODULE, and ilUtil\removeTrailingPathSeparators().
Referenced by ilSoapInstallationInfoXMLWriter\__buildHeader().
|
static |
copy object in repository $sid session id $settings_xml contains copy wizard settings following ilias_copy_wizard_settings.dtd
Definition at line 780 of file inc.soap_functions.php.
|
static |
Definition at line 950 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 151 of file inc.soap_functions.php.
|
static |
Static method for soap webservice: deleteExpiredDualOptInUserObjects.
This service will run in background. The client has not to wait for response.
string | $sid | Session id + client id, separated by :: |
integer | $usr_id | User id of the actuator |
Definition at line 979 of file inc.soap_functions.php.
|
static |
Definition at line 264 of file inc.soap_functions.php.
|
static |
Delete progress.
string | $sid | |
array | $ref_ids | |
array | $usr_ids | |
array | $type_filter |
Definition at line 1025 of file inc.soap_functions.php.
|
static |
Definition at line 384 of file inc.soap_functions.php.
|
static |
Definition at line 132 of file inc.soap_functions.php.
|
static |
Definition at line 339 of file inc.soap_functions.php.
|
static |
Definition at line 483 of file inc.soap_functions.php.
|
static |
Definition at line 176 of file inc.soap_functions.php.
|
static |
Definition at line 462 of file inc.soap_functions.php.
|
static |
Definition at line 887 of file inc.soap_functions.php.
|
static |
return courses for users depending on the status
string | $sid | |
string | $parameters | xmlString following xmlResultSet |
Definition at line 848 of file inc.soap_functions.php.
|
static |
Definition at line 184 of file inc.soap_functions.php.
|
static |
Definition at line 685 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 707 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 436 of file inc.soap_functions.php.
References $ref_id.
|
static |
return courses for users depending on the status
string | $sid | |
string | $parameters | xmlString following xmlResultSet |
Definition at line 861 of file inc.soap_functions.php.
|
static |
Definition at line 759 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 881 of file inc.soap_functions.php.
|
static |
Definition at line 1032 of file inc.soap_functions.php.
References $timestamp.
|
static |
Definition at line 366 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 606 of file inc.soap_functions.php.
|
static |
Definition at line 679 of file inc.soap_functions.php.
|
static |
Definition at line 569 of file inc.soap_functions.php.
References $pass.
|
static |
Definition at line 228 of file inc.soap_functions.php.
|
static |
Definition at line 237 of file inc.soap_functions.php.
|
static |
Definition at line 410 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 201 of file inc.soap_functions.php.
|
static |
Definition at line 732 of file inc.soap_functions.php.
|
static |
Definition at line 320 of file inc.soap_functions.php.
|
static |
Definition at line 867 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 578 of file inc.soap_functions.php.
References $pass.
|
static |
Definition at line 587 of file inc.soap_functions.php.
References $pass.
|
static |
Definition at line 551 of file inc.soap_functions.php.
References $pass.
|
static |
Definition at line 210 of file inc.soap_functions.php.
|
static |
Definition at line 218 of file inc.soap_functions.php.
|
static |
Definition at line 624 of file inc.soap_functions.php.
|
static |
Definition at line 924 of file inc.soap_functions.php.
|
static |
Definition at line 616 of file inc.soap_functions.php.
References $ref_id.
|
static |
get results of test
string | $sid | |
int | $ref_id | |
boolean | $sum_only |
Definition at line 815 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 560 of file inc.soap_functions.php.
|
static |
Definition at line 299 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 84 of file inc.soap_functions.php.
|
static |
Definition at line 933 of file inc.soap_functions.php.
|
static |
Definition at line 375 of file inc.soap_functions.php.
|
static |
Definition at line 642 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 651 of file inc.soap_functions.php.
|
static |
Definition at line 741 of file inc.soap_functions.php.
|
static |
Definition at line 308 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 357 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 428 of file inc.soap_functions.php.
|
static |
Definition at line 513 of file inc.soap_functions.php.
Referenced by ilECSTaskScheduler\initNextExecution().
|
static |
Definition at line 670 of file inc.soap_functions.php.
|
static |
Definition at line 767 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 492 of file inc.soap_functions.php.
Referenced by ilContainer\cloneAllObject().
|
static |
Definition at line 502 of file inc.soap_functions.php.
|
static |
Definition at line 633 of file inc.soap_functions.php.
|
static |
Definition at line 167 of file inc.soap_functions.php.
|
static |
Definition at line 453 of file inc.soap_functions.php.
|
static |
Definition at line 39 of file inc.soap_functions.php.
References $client.
|
static |
Definition at line 48 of file inc.soap_functions.php.
References $client.
|
static |
Definition at line 57 of file inc.soap_functions.php.
References $client.
|
static |
Definition at line 67 of file inc.soap_functions.php.
|
static |
Definition at line 75 of file inc.soap_functions.php.
|
static |
move object in repository
$sid | session id |
$refid | source iod |
$target | target ref id |
Definition at line 795 of file inc.soap_functions.php.
References $ref_id, and $target_id.
|
static |
Definition at line 942 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 273 of file inc.soap_functions.php.
|
static |
Remove test results of user.
string | $sid | |
int | $ref_id | |
array | user ids |
Definition at line 833 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 348 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 533 of file inc.soap_functions.php.
References $pass.
|
static |
Definition at line 524 of file inc.soap_functions.php.
References $pass.
|
static |
Definition at line 542 of file inc.soap_functions.php.
References $pass.
|
static |
Definition at line 596 of file inc.soap_functions.php.
|
static |
Definition at line 290 of file inc.soap_functions.php.
|
static |
Definition at line 873 of file inc.soap_functions.php.
|
static |
Definition at line 661 of file inc.soap_functions.php.
|
static |
Definition at line 472 of file inc.soap_functions.php.
|
static |
Definition at line 192 of file inc.soap_functions.php.
|
static |
Definition at line 693 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 716 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 750 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 282 of file inc.soap_functions.php.
|
static |
Definition at line 108 of file inc.soap_functions.php.
|
static |
Definition at line 96 of file inc.soap_functions.php.
|
static |
Definition at line 958 of file inc.soap_functions.php.
References $ref_id.