ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
getUserIdsOfPositionAndOrgUnit (... $params) | |
__call ($name, $arguments) | |
Static Public Member Functions | |
static | login (string $client, string $username, string $password) |
static | logout (string $sid) |
static | lookupUser (string $sid, string $user_name) |
static | addCourse (string $sid, int $target_id, string $crs_xml) |
static | deleteCourse (string $sid, int $course_id) |
static | assignCourseMember (string $sid, int $course_id, int $user_id, string $type) |
static | isAssignedToCourse (string $sid, int $course_id, int $user_id) |
static | excludeCourseMember (string $sid, int $course_id, int $user_id) |
static | getCourseXML (string $sid, int $course_id) |
static | updateCourse (string $sid, int $course_id, string $xml) |
static | getObjIdByImportId (string $sid, string $import_id) |
static | getRefIdsByImportId (string $sid, string $import_id) |
static | getRefIdsByObjId (string $sid, int $object_id) |
static | getObjectByReference (string $sid, int $a_ref_id, ?int $user_id=null) |
static | getObjectsByTitle (string $sid, string $a_title, ?int $user_id=null) |
static | addObject (string $sid, int $a_target_id, string $a_xml) |
static | addReference (string $sid, int $a_source_id, int $a_target_id) |
static | deleteObject (string $sid, int $reference_id) |
static | removeFromSystemByImportId (string $sid, string $import_id) |
static | updateObjects (string $sid, string $obj_xml) |
static | searchObjects (string $sid, array $types, string $key, string $combination, ?int $user_id=null) |
static | getTreeChilds (string $sid, int $ref_id, ?array $types=null, ?int $user_id=null) |
static | getXMLTree (string $sid, int $ref_id, ?array $types=null, ?int $user_id=null) |
static | getOperations (string $sid) |
static | addUserRoleEntry (string $sid, int $user_id, int $role_id) |
static | deleteUserRoleEntry (string $sid, int $user_id, int $role_id) |
static | revokePermissions (string $sid, int $ref_id, int $role_id) |
static | grantPermissions (string $sid, int $ref_id, int $role_id, array $permissions) |
static | getLocalRoles (string $sid, int $ref_id) |
static | getUserRoles (string $sid, int $user_id) |
static | deleteRole (string $sid, int $role_id) |
static | addRole (string $sid, int $target_id, string $obj_xml) |
static | addRoleFromTemplate (string $sid, int $target_id, string $obj_xml, int $template_id) |
static | getObjectTreeOperations (string $sid, int $ref_id, int $user_id) |
static | addGroup (string $sid, int $target_id, string $group_xml) |
static | groupExists (string $sid, string $title) |
static | getGroup (string $sid, int $ref_id) |
static | assignGroupMember (string $sid, int $group_id, int $user_id, string $type) |
static | isAssignedToGroup (string $sid, int $group_id, int $user_id) |
static | excludeGroupMember (string $sid, int $group_id, int $user_id) |
static | ilClone (string $sid, int $copy_identifier) |
static | ilCloneDependencies (string $sid, int $copy_identifier) |
static | saveQuestion (string $sid, int $active_id, int $question_id, int $pass, array $solution) |
static | saveQuestionSolution (string $sid, int $active_id, int $question_id, int $pass, int $solution) |
static | getQuestionSolution (string $sid, int $active_id, int $question_id, int $pass) |
static | getTestUserData (string $sid, int $active_id) |
static | getNrOfQuestionsInPass (string $sid, int $active_id, int $pass) |
static | getPositionOfQuestion (string $sid, int $active_id, int $question_id, int $pass) |
static | getPreviousReachedPoints (string $sid, int $active_id, int $question_id, int $pass) |
static | saveTempFileAsMediaObject (string $sid, string $name, string $tmp_name) |
static | getMobsOfObject (string $sid, string $a_type, int $a_id) |
static | getStructureObjects (string $sid, int $ref_id) |
static | getRoles (string $sid, string $role_type, int $id) |
static | importUsers (string $sid, int $folder_id, string $usr_xml, int $conflict_rule, bool $send_account_mail) |
static | getUsersForContainer (string $sid, int $ref_id, bool $attach_roles, int $active) |
static | getUsersForRole (string $sid, int $role_id, bool $attach_roles, int $active) |
static | searchUser (string $sid, array $a_keyfields, string $query_operator, array $a_keyvalues, bool $attach_roles, int $active) |
static | hasNewMail (string $sid) |
static | getExerciseXML (string $sid, int $ref_id, int $attachFileContentsMode) |
static | updateExercise (string $sid, int $ref_id, string $xml) |
static | addExercise (string $sid, int $ref_id, string $xml) |
static | getFileXML (string $sid, int $ref_id, int $attachFileContentsMode) |
static | updateFile (string $sid, int $ref_id, string $xml) |
static | addFile (string $sid, int $ref_id, string $xml) |
static | getObjIdsByRefIds (string $sid, array $ref_ids) |
static | getUserXML (string $sid, array $user_ids, bool $attach_roles) |
static | updateGroup (string $sid, int $ref_id, string $grp_xml) |
static | getIMSManifestXML (string $sid, int $ref_id) |
static | hasSCORMCertificate (string $sid, int $ref_id, int $usr_id) |
static | copyObject (string $sid, string $copy_settings_xml) |
static | startBackgroundTaskWorker (string $sid) |
static | moveObject (string $sid, int $ref_id, int $target_id) |
static | getTestResults (string $sid, int $ref_id, bool $sum_only) |
static | removeTestResults (string $sid, int $ref_id, array $a_user_ids) |
static | getCoursesForUser (string $sid, string $parameters) |
static | getGroupsForUser (string $sid, string $parameters) |
static | getPathForRefId (string $sid, int $ref_id) |
static | searchRoles (string $sid, string $key, string $combination, string $role_type) |
static | getInstallationInfoXML () |
static | getClientInfoXML (string $clientid) |
static | buildHTTPPath (bool $use_module_depending_path=true) |
static | getSCORMCompletionStatus (string $sid, int $usr_id, int $a_ref_id) |
static | getUserIdBySid (string $sid) |
static | readWebLink (string $sid, int $ref_id) |
static | createWebLink (string $sid, int $ref_id, string $xml) |
static | updateWebLink (string $sid, int $ref_id, string $xml) |
static | deleteExpiredDualOptInUserObjects (string $sid, int $usr_id) |
static | deleteProgress (string $sid, array $ref_ids, array $usr_ids, array $type_filter, array $progress_filter) |
static | getLearningProgressChanges (string $sid, string $timestamp, bool $include_ref_ids, array $type_filter) |
static | getProgressInfo (string $sid, int $ref_id, array $progress_filter) |
static | exportDataCollectionContent (string $sid, int $data_collection_id, ?int $table_id=null, string $format="xls", ?string $filepath=null) |
static | addUserToPositionInOrgUnit (... $params) |
static | getEmployeePositionId (... $params) |
static | importOrgUnitsSimpleXML (... $params) |
static | getOrgUnitsSimpleXML (... $params) |
static | getPositionIds (... $params) |
static | getPositionTitle (... $params) |
static | removeUserFromPositionInOrgUnit (... $params) |
static | getSuperiorPositionId (... $params) |
static | getUserIdsOfPosition (... $params) |
Definition at line 30 of file inc.soap_functions.php.
ilSoapFunctions::__call | ( | $name, | |
$arguments | |||
) |
mixed | $name | |
mixed | $arguments |
SoapFault |
Definition at line 972 of file inc.soap_functions.php.
References $_GET, $DIC, Vendor\Package\$e, ilContext\CONTEXT_SOAP, ilContext\CONTEXT_SOAP_NO_AUTH, ilContext\init(), and ilInitialisation\initILIAS().
|
static |
Definition at line 64 of file inc.soap_functions.php.
|
static |
Definition at line 583 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 610 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 343 of file inc.soap_functions.php.
|
static |
Definition at line 172 of file inc.soap_functions.php.
|
static |
Definition at line 181 of file inc.soap_functions.php.
|
static |
Definition at line 316 of file inc.soap_functions.php.
|
static |
Definition at line 325 of file inc.soap_functions.php.
|
static |
Definition at line 253 of file inc.soap_functions.php.
References $user_id.
|
static |
...$params |
Definition at line 870 of file inc.soap_functions.php.
References $params.
|
static |
Definition at line 82 of file inc.soap_functions.php.
References $user_id.
|
static |
Definition at line 370 of file inc.soap_functions.php.
References $user_id.
|
static |
Definition at line 754 of file inc.soap_functions.php.
References $_SERVER, $path, ILIAS_MODULE, and ilFileUtils\removeTrailingPathSeparators().
Referenced by ilSoapInstallationInfoXMLWriter\buildHeader().
|
static |
Definition at line 661 of file inc.soap_functions.php.
|
static |
Definition at line 807 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 73 of file inc.soap_functions.php.
|
static |
Definition at line 822 of file inc.soap_functions.php.
|
static |
Definition at line 190 of file inc.soap_functions.php.
|
static |
Definition at line 833 of file inc.soap_functions.php.
|
static |
Definition at line 307 of file inc.soap_functions.php.
|
static |
Definition at line 262 of file inc.soap_functions.php.
References $user_id.
|
static |
Definition at line 100 of file inc.soap_functions.php.
References $user_id.
|
static |
Definition at line 388 of file inc.soap_functions.php.
References $user_id.
|
static |
Definition at line 860 of file inc.soap_functions.php.
|
static |
Definition at line 748 of file inc.soap_functions.php.
|
static |
Definition at line 706 of file inc.soap_functions.php.
|
static |
Definition at line 109 of file inc.soap_functions.php.
|
static |
...$params |
Definition at line 880 of file inc.soap_functions.php.
References $params.
|
static |
Definition at line 565 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 592 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 361 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 715 of file inc.soap_functions.php.
|
static |
Definition at line 646 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 739 of file inc.soap_functions.php.
|
static |
Definition at line 842 of file inc.soap_functions.php.
References $timestamp.
|
static |
Definition at line 289 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 492 of file inc.soap_functions.php.
|
static |
Definition at line 455 of file inc.soap_functions.php.
|
static |
Definition at line 154 of file inc.soap_functions.php.
References $user_id.
|
static |
Definition at line 163 of file inc.soap_functions.php.
References $user_id.
|
static |
Definition at line 334 of file inc.soap_functions.php.
|
static |
Definition at line 127 of file inc.soap_functions.php.
|
static |
Definition at line 619 of file inc.soap_functions.php.
|
static |
Definition at line 244 of file inc.soap_functions.php.
|
static |
...$params |
Definition at line 900 of file inc.soap_functions.php.
References $params.
|
static |
Definition at line 724 of file inc.soap_functions.php.
References $ref_id.
|
static |
...$params |
Definition at line 910 of file inc.soap_functions.php.
References $params.
|
static |
Definition at line 464 of file inc.soap_functions.php.
|
static |
...$params |
Definition at line 920 of file inc.soap_functions.php.
References $params.
|
static |
Definition at line 473 of file inc.soap_functions.php.
|
static |
Definition at line 851 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 437 of file inc.soap_functions.php.
|
static |
Definition at line 136 of file inc.soap_functions.php.
|
static |
Definition at line 145 of file inc.soap_functions.php.
|
static |
Definition at line 511 of file inc.soap_functions.php.
References $id.
|
static |
Definition at line 780 of file inc.soap_functions.php.
|
static |
Definition at line 502 of file inc.soap_functions.php.
References $ref_id.
|
static |
...$params |
Definition at line 940 of file inc.soap_functions.php.
References $params.
|
static |
Definition at line 688 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 446 of file inc.soap_functions.php.
|
static |
Definition at line 226 of file inc.soap_functions.php.
|
static |
Definition at line 789 of file inc.soap_functions.php.
|
static |
...$params |
Definition at line 950 of file inc.soap_functions.php.
References $params.
ilSoapFunctions::getUserIdsOfPositionAndOrgUnit | ( | $params | ) |
...$params |
Definition at line 960 of file inc.soap_functions.php.
References $params.
|
static |
Definition at line 298 of file inc.soap_functions.php.
References $user_id.
|
static |
Definition at line 529 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 538 of file inc.soap_functions.php.
|
static |
Definition at line 628 of file inc.soap_functions.php.
|
static |
Definition at line 235 of file inc.soap_functions.php.
|
static |
Definition at line 280 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 352 of file inc.soap_functions.php.
|
static |
Definition at line 556 of file inc.soap_functions.php.
|
static |
|
static |
Definition at line 397 of file inc.soap_functions.php.
Referenced by ilSoapUtils\callNextNode().
|
static |
Definition at line 408 of file inc.soap_functions.php.
Referenced by ilSoapUtils\callNextDependency().
|
static |
...$params |
Definition at line 890 of file inc.soap_functions.php.
References $params.
|
static |
Definition at line 520 of file inc.soap_functions.php.
|
static |
Definition at line 91 of file inc.soap_functions.php.
References $user_id.
|
static |
Definition at line 379 of file inc.soap_functions.php.
References $user_id.
|
static |
Definition at line 37 of file inc.soap_functions.php.
References $client.
|
static |
Definition at line 46 of file inc.soap_functions.php.
|
static |
Definition at line 55 of file inc.soap_functions.php.
|
static |
Definition at line 679 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 798 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 199 of file inc.soap_functions.php.
|
static |
Definition at line 697 of file inc.soap_functions.php.
References $ref_id.
|
static |
...$params |
Definition at line 930 of file inc.soap_functions.php.
References $params.
|
static |
Definition at line 271 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 419 of file inc.soap_functions.php.
|
static |
Definition at line 428 of file inc.soap_functions.php.
|
static |
Definition at line 482 of file inc.soap_functions.php.
|
static |
Definition at line 217 of file inc.soap_functions.php.
References $user_id.
|
static |
Definition at line 733 of file inc.soap_functions.php.
|
static |
Definition at line 547 of file inc.soap_functions.php.
|
static |
Definition at line 670 of file inc.soap_functions.php.
|
static |
Definition at line 118 of file inc.soap_functions.php.
|
static |
Definition at line 574 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 601 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 637 of file inc.soap_functions.php.
References $ref_id.
|
static |
Definition at line 208 of file inc.soap_functions.php.
|
static |
Definition at line 816 of file inc.soap_functions.php.
References $ref_id.