|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for ilSoapObjectAdministration:
Collaboration diagram for ilSoapObjectAdministration:Public Member Functions | |
| getObjIdByImportId ($sid, $import_id) | |
| getRefIdsByImportId ($sid, $import_id) | |
| getRefIdsByObjId ($sid, $obj_id) | |
| getObjIdsByRefIds ($sid, $ref_ids) | |
| Returns a array of object ids which match the references id, given by a comma seperated string. More... | |
| getObjectByReference ($sid, $a_ref_id, $user_id) | |
| getObjectsByTitle ($sid, $a_title, $user_id) | |
| searchObjects ($sid, $types, $key, $combination, $user_id) | |
| getTreeChilds ($sid, $ref_id, $types, $user_id) | |
| getXMLTree ($sid, $ref_id, $types, $user_id) | |
| addObject ($sid, $a_target_id, $a_xml) | |
| addReference ($sid, $a_source_id, $a_target_id) | |
| deleteObject ($sid, $reference_id) | |
| removeFromSystemByImportId ($sid, $import_id) | |
| updateObjects ($sid, $a_xml) | |
| moveObject ($sid, $ref_id, $target_id) | |
| copyObject ($sid, $copy_settings_xml) | |
| copy object in repository $sid session id $settings_xml contains copy wizard settings following ilias_copy_wizard_settings.dtd More... | |
| getPathForRefId ($sid, $ref_id) | |
Public Member Functions inherited from ilSoapAdministration | |
| __construct ($use_nusoap=true) | |
| Constructor. More... | |
| initErrorWriter () | |
| Overwrite error handler. More... | |
| __explodeSid ($sid) | |
| __setMessage ($a_str) | |
| __getMessage () | |
| __appendMessage ($a_str) | |
| __setMessageCode ($a_code) | |
| __getMessageCode () | |
| initAuth ($sid) | |
| Init authentication. More... | |
| initIlias () | |
| __initAuthenticationObject ($a_auth_mode=AUTH_LOCAL) | |
| __raiseError ($a_message, $a_code) | |
| getNIC ($sid) | |
| get client information from current as xml result set More... | |
| isFault ($object) | |
| checkObjectAccess ($ref_id, $expected_type, $permission, $returnObject=false) | |
| check access for ref id: expected type, permission, return object instance if returnobject is true More... | |
| getInstallationInfoXML () | |
| getClientInfoXML ($clientid) | |
Private Member Functions | |
| canAddType ($type, $target_type, $target_id) | |
| validateReferences ($a_action, $a_object_data, $a_target_id=0) | |
| updateReferences ($a_object_data) | |
| addReferences ($source, $a_object_data) | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilSoapAdministration | |
| static | return_bytes ($val) |
| calculate bytes from K,M,G modifiers e.g: 8M = 8 * 1024 * 1024 bytes More... | |
Data Fields inherited from ilSoapAdministration | |
| $sauth = null | |
| $error_method = null | |
Protected Attributes inherited from ilSoapAdministration | |
| $soap_check = true | |
Definition at line 36 of file class.ilSoapObjectAdministration.php.
| ilSoapObjectAdministration::addObject | ( | $sid, | |
| $a_target_id, | |||
| $a_xml | |||
| ) |
Definition at line 560 of file class.ilSoapObjectAdministration.php.
References $ilUser, $lng, $location, $ref_id, $res, $row, ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilObject\_exists(), ilObject\_isInTrash(), ilObjUser\_lookupId(), ilObject\_lookupObjIdByImportId(), addReferences(), ilObjectFactory\getInstanceByRefId(), IL_CRS_ADMIN, ilSoapAdministration\initAuth(), ilSoapAdministration\initIlias(), ilSoapAdministration\isFault(), and validateReferences().
Here is the call graph for this function:| ilSoapObjectAdministration::addReference | ( | $sid, | |
| $a_source_id, | |||
| $a_target_id | |||
| ) |
Definition at line 724 of file class.ilSoapObjectAdministration.php.
References $row, ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilObjectFactory\getInstanceByRefId(), ilSoapAdministration\initAuth(), and ilSoapAdministration\initIlias().
Here is the call graph for this function:
|
private |
Definition at line 1461 of file class.ilSoapObjectAdministration.php.
References $ilLog, $ref_id, ilObjectXMLWriter\TIMING_DEACTIVATED, ilObjectXMLWriter\TIMING_PRESETTING, ilObjectXMLWriter\TIMING_TEMPORARILY_AVAILABLE, ilObjectActivation\TIMINGS_ACTIVATION, ilObjectActivation\TIMINGS_DEACTIVATED, and ilObjectActivation\TIMINGS_PRESETTING.
Referenced by addObject().
Here is the caller graph for this function:
|
private |
Definition at line 1313 of file class.ilSoapObjectAdministration.php.
References $row, $target_id, $target_type, and ilSoapAdministration\__raiseError().
Referenced by copyObject(), moveObject(), and validateReferences().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSoapObjectAdministration::copyObject | ( | $sid, | |
| $copy_settings_xml | |||
| ) |
copy object in repository $sid session id $settings_xml contains copy wizard settings following ilias_copy_wizard_settings.dtd
Definition at line 1172 of file class.ilSoapObjectAdministration.php.
References $ilUser, $lng, $options, $ret, $target_id, ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilCopyWizardOptions\_allocateCopyId(), ilCopyWizardOptions\_getInstance(), canAddType(), ilObjectFactory\getInstanceByRefId(), ilObjectFactory\getTypeByRefId(), ilSoapAdministration\initAuth(), ilSoapAdministration\initIlias(), and ilSoapAdministration\isFault().
Here is the call graph for this function:| ilSoapObjectAdministration::deleteObject | ( | $sid, | |
| $reference_id | |||
| ) |
Definition at line 842 of file class.ilSoapObjectAdministration.php.
References ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilObjectFactory\getInstanceByRefId(), ilSoapAdministration\initAuth(), ilSoapAdministration\initIlias(), and ilUtil\removeItemFromDesktops().
Here is the call graph for this function:| ilSoapObjectAdministration::getObjectByReference | ( | $sid, | |
| $a_ref_id, | |||
| $user_id | |||
| ) |
Definition at line 165 of file class.ilSoapObjectAdministration.php.
References ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilObject\_isInTrash(), ilObjectFactory\getInstanceByRefId(), ilSoapAdministration\initAuth(), and ilSoapAdministration\initIlias().
Here is the call graph for this function:| ilSoapObjectAdministration::getObjectsByTitle | ( | $sid, | |
| $a_title, | |||
| $user_id | |||
| ) |
Definition at line 209 of file class.ilSoapObjectAdministration.php.
References $res, ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilObjectFactory\getInstanceByObjId(), ilObjectFactory\getInstanceByRefId(), ilSoapAdministration\initAuth(), ilSoapAdministration\initIlias(), and QP_COMBINATION_AND.
Here is the call graph for this function:| ilSoapObjectAdministration::getObjIdByImportId | ( | $sid, | |
| $import_id | |||
| ) |
Definition at line 38 of file class.ilSoapObjectAdministration.php.
References $ilLog, ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilObject\_lookupObjIdByImportId(), ilSoapAdministration\initAuth(), and ilSoapAdministration\initIlias().
Here is the call graph for this function:| ilSoapObjectAdministration::getObjIdsByRefIds | ( | $sid, | |
| $ref_ids | |||
| ) |
Returns a array of object ids which match the references id, given by a comma seperated string.
| string | $sid | Session ID |
| array | of int $ref ids as comma separated list |
Definition at line 125 of file class.ilSoapObjectAdministration.php.
References $ref_id, ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilObject\_hasUntrashedReference(), ilObject\_lookupObjectId(), ilSoapAdministration\initAuth(), and ilSoapAdministration\initIlias().
Here is the call graph for this function:| ilSoapObjectAdministration::getPathForRefId | ( | $sid, | |
| $ref_id | |||
| ) |
Definition at line 1260 of file class.ilSoapObjectAdministration.php.
References $ilUser, $lng, $ref_id, $row, ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilObject\_isInTrash(), ilSoapAdministration\initAuth(), and ilSoapAdministration\initIlias().
Here is the call graph for this function:| ilSoapObjectAdministration::getRefIdsByImportId | ( | $sid, | |
| $import_id | |||
| ) |
Definition at line 61 of file class.ilSoapObjectAdministration.php.
References $ref_id, ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilObject\_getAllReferences(), ilObject\_lookupObjIdByImportId(), ilSoapAdministration\initAuth(), and ilSoapAdministration\initIlias().
Here is the call graph for this function:| ilSoapObjectAdministration::getRefIdsByObjId | ( | $sid, | |
| $obj_id | |||
| ) |
Definition at line 94 of file class.ilSoapObjectAdministration.php.
References $ref_id, ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilObject\_getAllReferences(), ilSoapAdministration\initAuth(), and ilSoapAdministration\initIlias().
Here is the call graph for this function:| ilSoapObjectAdministration::getTreeChilds | ( | $sid, | |
| $ref_id, | |||
| $types, | |||
| $user_id | |||
| ) |
Definition at line 430 of file class.ilSoapObjectAdministration.php.
References $ref_id, ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilFMSettings\getInstance(), ilObjectFactory\getInstanceByRefId(), ilSoapAdministration\initAuth(), and ilSoapAdministration\initIlias().
Here is the call graph for this function:| ilSoapObjectAdministration::getXMLTree | ( | $sid, | |
| $ref_id, | |||
| $types, | |||
| $user_id | |||
| ) |
Definition at line 506 of file class.ilSoapObjectAdministration.php.
References $ref_id, ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilObjectFactory\getInstanceByRefId(), ilSoapAdministration\initAuth(), and ilSoapAdministration\initIlias().
Here is the call graph for this function:| ilSoapObjectAdministration::moveObject | ( | $sid, | |
| $ref_id, | |||
| $target_id | |||
| ) |
Definition at line 1102 of file class.ilSoapObjectAdministration.php.
References $ilUser, $lng, $ref_id, $target_id, ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilConditionHandler\_adjustMovedObjectConditions(), ilObject\_isInTrash(), canAddType(), ilObjectFactory\getTypeByRefId(), ilSoapAdministration\initAuth(), ilSoapAdministration\initIlias(), and ilSoapAdministration\isFault().
Here is the call graph for this function:| ilSoapObjectAdministration::removeFromSystemByImportId | ( | $sid, | |
| $import_id | |||
| ) |
Definition at line 895 of file class.ilSoapObjectAdministration.php.
References $ilLog, $ref_id, ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilObject\_getAllReferences(), ilObject\_lookupObjIdByImportId(), ilObjectFactory\getInstanceByRefId(), ilSoapAdministration\initAuth(), and ilSoapAdministration\initIlias().
Here is the call graph for this function:| ilSoapObjectAdministration::searchObjects | ( | $sid, | |
| $types, | |||
| $key, | |||
| $combination, | |||
| $user_id | |||
| ) |
Definition at line 292 of file class.ilSoapObjectAdministration.php.
References $counter, $ref_id, $res, ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilLuceneSearchResultFilter\getInstance(), ilSearchSettings\getInstance(), ilLuceneSearcher\getInstance(), ilObjectFactory\getInstanceByRefId(), ilSoapAdministration\initAuth(), ilSoapAdministration\initIlias(), QP_COMBINATION_AND, and QP_COMBINATION_OR.
Here is the call graph for this function:| ilSoapObjectAdministration::updateObjects | ( | $sid, | |
| $a_xml | |||
| ) |
Definition at line 961 of file class.ilSoapObjectAdministration.php.
References $lng, $ref_id, $res, ilSoapAdministration\__getMessage(), ilSoapAdministration\__getMessageCode(), ilSoapAdministration\__raiseError(), ilObject\_getAllReferences(), ilObject\_isInTrash(), ilObject\_lookupObjectId(), ilObjectFactory\getInstanceByObjId(), ilSoapAdministration\initAuth(), ilSoapAdministration\initIlias(), ilSoapAdministration\isFault(), updateReferences(), and validateReferences().
Here is the call graph for this function:
|
private |
Definition at line 1410 of file class.ilSoapObjectAdministration.php.
References $ilLog, $old, ilObjectActivation\getItem(), ilObjectXMLWriter\TIMING_DEACTIVATED, ilObjectXMLWriter\TIMING_PRESETTING, ilObjectXMLWriter\TIMING_TEMPORARILY_AVAILABLE, ilObjectActivation\TIMINGS_ACTIVATION, ilObjectActivation\TIMINGS_DEACTIVATED, and ilObjectActivation\TIMINGS_PRESETTING.
Referenced by updateObjects().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 1347 of file class.ilSoapObjectAdministration.php.
References $target_type, ilSoapAdministration\__raiseError(), ilObject\_lookupObjId(), ilObject\_lookupType(), canAddType(), and ilSoapAdministration\isFault().
Referenced by addObject(), and updateObjects().
Here is the call graph for this function:
Here is the caller graph for this function: