ILIAS
release_8 Revision v8.23
|
Soap data-collection administration methods. More...
Public Member Functions | |
exportDataCollectionContent (string $sid, int $target_ref_id, ?int $table_id=null, string $format=ilDclContentExporter::EXPORT_EXCEL, ?string $filepath=null) | |
Export DataCollection async. More... | |
![]() | |
__construct (bool $use_nusoap=true) | |
getMessage () | |
appendMessage (string $a_str) | |
setMessageCode (string $a_code) | |
getMessageCode () | |
reInitUser () | |
isFault ($object) | |
getInstallationInfoXML () | |
getClientInfoXML (string $clientid) | |
Additional Inherited Members | |
![]() | |
const | NUSOAP = 1 |
const | PHP5 = 2 |
int | $error_method |
Defines type of error handling (PHP5 || NUSOAP) More... | |
![]() | |
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... | |
![]() | |
bool | $soap_check = true |
string | $message = '' |
string | $message_code = '' |
Soap data-collection administration methods.
Definition at line 29 of file class.ilSoapDataCollectionAdministration.php.
ilSoapDataCollectionAdministration::exportDataCollectionContent | ( | string | $sid, |
int | $target_ref_id, | ||
?int | $table_id = null , |
||
string | $format = ilDclContentExporter::EXPORT_EXCEL , |
||
?string | $filepath = null |
||
) |
Export DataCollection async.
Definition at line 36 of file class.ilSoapDataCollectionAdministration.php.
References $format, ilObject\_isInTrash(), ilSoapAdministration\checkSession(), ilSoapAdministration\getMessage(), ilSoapAdministration\getMessageCode(), ilObjDataCollectionAccess\hasReadAccess(), ilSoapAdministration\initAuth(), ilSoapAdministration\initIlias(), and ilSoapAdministration\raiseError().