ILIAS
Release_4_2_x_branch Revision 61807
|
Public Member Functions | |
__construct ($a_server_id, $a_econtent_id=0) | |
Constructor. | |
getEContent () | |
get resources | |
getEContentDetails () | |
Get econtent details. | |
readResourceList ($a_filter=null) | |
Read resource list ilLog $ilLog. | |
read ($details_only=false) | |
Read. |
Data Fields | |
const | ECS_QUERY_STRINGS = 'X-EcsQueryStrings' |
const | ECS_HEADER_SENDER = 'X-EcsSender' |
const | RECEIVER_ONLY = 'receiver=true' |
const | SENDER_ONLY = 'sender=true' |
const | ALL_ECONTENT = 'all=true' |
Protected Attributes | |
$log | |
$settings = null | |
$connector = null | |
$econtent = array() | |
$econtent_details = array() | |
$econtent_id = 0 |
Private Member Functions | |
parseSenderHeader (ilECSResult $res) | |
Parse the sender header. |
Definition at line 33 of file class.ilECSEContentReader.php.
ilECSEContentReader::__construct | ( | $a_server_id, | |
$a_econtent_id = 0 |
|||
) |
Constructor.
public
ilECSConnectorException |
Definition at line 56 of file class.ilECSEContentReader.php.
References $ilLog, and ilECSSetting\getInstanceByServerId().
ilECSEContentReader::getEContent | ( | ) |
get resources
public
Definition at line 79 of file class.ilECSEContentReader.php.
ilECSEContentReader::getEContentDetails | ( | ) |
Get econtent details.
Definition at line 88 of file class.ilECSEContentReader.php.
Referenced by read().
|
private |
Parse the sender header.
ilECSResult | $res |
Definition at line 198 of file class.ilECSEContentReader.php.
References ilECSResult\getHeaders().
Referenced by read().
ilECSEContentReader::read | ( | $details_only = false | ) |
Read.
public
ilECSConnectorException,ilECSReaderException |
Definition at line 127 of file class.ilECSEContentReader.php.
References $GLOBALS, $ilLog, $res, getEContentDetails(), ilECSConnector\HTTP_CODE_NOT_FOUND, and parseSenderHeader().
ilECSEContentReader::readResourceList | ( | $a_filter = null | ) |
Read resource list ilLog $ilLog.
ilECSConnectorException,ilECSReaderException |
Definition at line 99 of file class.ilECSEContentReader.php.
|
protected |
Definition at line 43 of file class.ilECSEContentReader.php.
|
protected |
Definition at line 44 of file class.ilECSEContentReader.php.
|
protected |
Definition at line 45 of file class.ilECSEContentReader.php.
|
protected |
Definition at line 46 of file class.ilECSEContentReader.php.
|
protected |
Definition at line 41 of file class.ilECSEContentReader.php.
|
protected |
Definition at line 42 of file class.ilECSEContentReader.php.
const ilECSEContentReader::ALL_ECONTENT = 'all=true' |
Definition at line 39 of file class.ilECSEContentReader.php.
const ilECSEContentReader::ECS_HEADER_SENDER = 'X-EcsSender' |
Definition at line 36 of file class.ilECSEContentReader.php.
const ilECSEContentReader::ECS_QUERY_STRINGS = 'X-EcsQueryStrings' |
Definition at line 35 of file class.ilECSEContentReader.php.
const ilECSEContentReader::RECEIVER_ONLY = 'receiver=true' |
Definition at line 37 of file class.ilECSEContentReader.php.
const ilECSEContentReader::SENDER_ONLY = 'sender=true' |
Definition at line 38 of file class.ilECSEContentReader.php.
Referenced by ilECSEventQueueReader\handleExportReset().