ILIAS
Release_4_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 | ilClone ($sid, $copy_identifier) |
static | ilCloneDependencies ($sid, $copy_identifier) |
static | handleECSTasks ($sid) |
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 | 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) |
Definition at line 34 of file inc.soap_functions.php.
|
static |
Definition at line 131 of file inc.soap_functions.php.
References $target_id.
|
static |
Definition at line 679 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 703 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 407 of file inc.soap_functions.php.
References $target_id.
|
static |
Definition at line 234 of file inc.soap_functions.php.
|
static |
Definition at line 243 of file inc.soap_functions.php.
|
static |
Definition at line 381 of file inc.soap_functions.php.
References $target_id.
|
static |
Definition at line 389 of file inc.soap_functions.php.
References $target_id.
|
static |
Definition at line 112 of file inc.soap_functions.php.
|
static |
Definition at line 318 of file inc.soap_functions.php.
|
static |
Definition at line 147 of file inc.soap_functions.php.
References $type.
|
static |
Definition at line 433 of file inc.soap_functions.php.
References $type.
|
static |
builds http path if no client is available
Definition at line 860 of file inc.soap_functions.php.
References $dir, $dirs, 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 759 of file inc.soap_functions.php.
|
static |
Definition at line 139 of file inc.soap_functions.php.
|
static |
Definition at line 252 of file inc.soap_functions.php.
|
static |
Definition at line 372 of file inc.soap_functions.php.
|
static |
Definition at line 120 of file inc.soap_functions.php.
|
static |
Definition at line 327 of file inc.soap_functions.php.
|
static |
Definition at line 164 of file inc.soap_functions.php.
|
static |
Definition at line 450 of file inc.soap_functions.php.
References $type.
|
static |
Definition at line 849 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 810 of file inc.soap_functions.php.
|
static |
Definition at line 172 of file inc.soap_functions.php.
|
static |
Definition at line 664 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 686 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 424 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 823 of file inc.soap_functions.php.
|
static |
Definition at line 738 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 843 of file inc.soap_functions.php.
|
static |
Definition at line 354 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 585 of file inc.soap_functions.php.
|
static |
Definition at line 658 of file inc.soap_functions.php.
|
static |
Definition at line 548 of file inc.soap_functions.php.
References $pass.
|
static |
Definition at line 216 of file inc.soap_functions.php.
|
static |
Definition at line 225 of file inc.soap_functions.php.
|
static |
Definition at line 398 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 189 of file inc.soap_functions.php.
|
static |
Definition at line 711 of file inc.soap_functions.php.
|
static |
Definition at line 308 of file inc.soap_functions.php.
|
static |
Definition at line 829 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 557 of file inc.soap_functions.php.
References $pass.
|
static |
Definition at line 566 of file inc.soap_functions.php.
References $pass.
|
static |
Definition at line 530 of file inc.soap_functions.php.
References $pass.
|
static |
Definition at line 198 of file inc.soap_functions.php.
|
static |
Definition at line 206 of file inc.soap_functions.php.
|
static |
Definition at line 603 of file inc.soap_functions.php.
|
static |
Definition at line 886 of file inc.soap_functions.php.
References $usr_id.
|
static |
Definition at line 595 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 794 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 539 of file inc.soap_functions.php.
|
static |
Definition at line 287 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 85 of file inc.soap_functions.php.
|
static |
Definition at line 363 of file inc.soap_functions.php.
|
static |
Definition at line 621 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 630 of file inc.soap_functions.php.
|
static |
Definition at line 720 of file inc.soap_functions.php.
|
static |
Definition at line 296 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 345 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 416 of file inc.soap_functions.php.
References $title.
|
static |
Definition at line 492 of file inc.soap_functions.php.
Referenced by ilECSTaskScheduler\start().
|
static |
Definition at line 649 of file inc.soap_functions.php.
|
static |
Definition at line 746 of file inc.soap_functions.php.
References $ref_id, and $usr_id.
|
static |
Definition at line 471 of file inc.soap_functions.php.
Referenced by ilContainer\cloneAllObject().
|
static |
Definition at line 481 of file inc.soap_functions.php.
|
static |
Definition at line 612 of file inc.soap_functions.php.
|
static |
Definition at line 155 of file inc.soap_functions.php.
|
static |
Definition at line 441 of file inc.soap_functions.php.
|
static |
Definition at line 39 of file inc.soap_functions.php.
References $client, and $password.
|
static |
Definition at line 49 of file inc.soap_functions.php.
References $client, and $user.
|
static |
Definition at line 58 of file inc.soap_functions.php.
References $client, and $password.
|
static |
Definition at line 68 of file inc.soap_functions.php.
|
static |
Definition at line 76 of file inc.soap_functions.php.
|
static |
move object in repository
$sid | session id |
$refid | source iod |
$target | target ref id |
Definition at line 774 of file inc.soap_functions.php.
References $ref_id, and $target_id.
|
static |
Definition at line 261 of file inc.soap_functions.php.
|
static |
Definition at line 336 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 512 of file inc.soap_functions.php.
References $pass.
|
static |
Definition at line 503 of file inc.soap_functions.php.
References $pass.
|
static |
Definition at line 521 of file inc.soap_functions.php.
References $pass.
|
static |
Definition at line 575 of file inc.soap_functions.php.
References $name.
|
static |
Definition at line 278 of file inc.soap_functions.php.
References $key.
|
static |
Definition at line 835 of file inc.soap_functions.php.
References $key.
|
static |
Definition at line 640 of file inc.soap_functions.php.
|
static |
Definition at line 460 of file inc.soap_functions.php.
|
static |
Definition at line 180 of file inc.soap_functions.php.
|
static |
Definition at line 672 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 695 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 729 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 270 of file inc.soap_functions.php.
|
static |
Definition at line 103 of file inc.soap_functions.php.
|
static |
Definition at line 94 of file inc.soap_functions.php.