19 declare(strict_types=1);
57 $parts = explode(
":", $a_obj_id);
59 $this->mapping = $a_mapping;
65 $this->sax_controller->setHandlers($a_xml_parser);
66 $this->sax_controller->setDefaultElementHandler($this);
69 public function createLocalRecord(
int $a_old_id,
string $a_xml,
int $a_obj_id, ?
string $a_sub_type =
null): void
72 file_put_contents($tmp_file, $a_xml);
81 $parser->startParsing();
83 $parser->startParsing();
85 $this->log->error(
'Parsing failed with message: ' . $exc->getMessage());
90 $map = $parser->getRecordMap();
91 foreach ($map as $record_id => $fields) {
92 $this->local_rec_fields_map[$record_id] = $fields;
95 foreach ($fields as $import_id => $new_id) {
96 $import_ids = explode(
'_', $import_id);
97 $old_id = array_pop($import_ids);
98 $this->mapping->addMapping(
"components/ILIAS/AdvancedMetaData",
"lfld", $old_id, (
string) $new_id);
101 $map_keys = array_keys($map);
102 $new_id = array_shift($map_keys);
103 $this->local_rec_map[$a_old_id] = $new_id;
106 public function handlerBeginTag($a_xml_parser,
string $a_name, array $a_attribs): void
109 case 'AdvancedMetaData':
113 $this->local_record = array(
'id' => $a_attribs[
'local_id']);
118 (
string) $a_attribs[
'id'],
119 (
string) $a_attribs[
'sub_type'],
120 (
int) $a_attribs[
'sub_id'],
121 isset($a_attribs[
'local_rec_id']) ? (
int) $a_attribs[
'local_rec_id'] :
null 130 case 'AdvancedMetaData':
132 foreach ($this->value_records as $record) {
138 $this->local_record[
'xml'] = base64_decode(trim($this->cdata));
139 $this->log->debug(
"Local Record XML: " . $this->local_record[
'xml']);
143 $value = trim($this->cdata);
144 $this->log->debug(
"End Tag Value: -" . is_object($this->current_value) .
"-" . $value);
145 if (is_object($this->current_value) && $value !=
"") {
146 $this->current_value->importValueFromXML($value);
155 if ($a_data !=
"\n") {
157 $a_data = preg_replace(
"/\t+/",
" ", $a_data);
159 $this->cdata .= $a_data;
165 string $a_sub_type =
"",
167 ?
int $a_local_rec_id =
null 169 $this->current_value =
null;
172 $new_parent_id = (
int) $this->mapping->getMapping(
"components/ILIAS/AdvancedMetaData",
"parent", (
string) $this->obj_id);
173 $this->log->notice(
'Found new parent id:' . $new_parent_id);
174 if (!$new_parent_id) {
178 if ($a_sub_type && strcmp($a_sub_type,
'-') !== 0) {
179 $new_sub_id = $this->mapping->getMapping(
180 "components/ILIAS/AdvancedMetaData",
182 "advmd:" . $a_sub_type .
":" . $a_sub_id
191 if (is_array($this->local_record)) {
193 (
int) $this->local_record[
'id'],
194 $this->local_record[
'xml'],
198 $this->local_record =
null;
204 if (!$a_local_rec_id) {
206 $rec_id = $field->getRecordId();
210 $rec_id = $this->local_rec_map[$a_local_rec_id];
219 $rec_idx = $rec_id .
";" . $a_sub_type .
";" . $new_sub_id;
220 if (!array_key_exists($rec_idx, $this->value_records)) {
229 $rec_idx = $rec_id .
";;";
230 if (!array_key_exists($rec_idx, $this->value_records)) {
236 $this->value_records[$rec_idx]->getADTGroup();
239 $this->log->debug(
"Find element: " . $a_import_id .
", local rec_id: " . $a_local_rec_id);
240 if (!$a_local_rec_id) {
241 foreach ($this->value_records[$rec_idx]->getDefinitions() as $def) {
242 if ($a_import_id == $def->getImportId()) {
243 $this->current_value = $def;
249 $field_id = $this->local_rec_fields_map[
$rec_id][$a_import_id];
251 $this->log->debug(
"- Field id: " . $field_id);
252 foreach ($this->value_records[$rec_idx]->getDefinitions() as $def) {
253 $this->log->debug(
"- Def field id: " . $def->getFieldId());
254 if ($field_id == $def->getFieldId()) {
255 $this->current_value = $def;
260 $this->log->debug(
"- No Field id. local rec: " . $a_local_rec_id .
261 ", rec id:" . $rec_id .
", import id: " . $a_import_id .
", map: " . print_r(
262 $this->local_rec_fields_map,
270 if ($this->current_value &&
272 $this->record_ids[$new_parent_id][$a_sub_type][] =
$rec_id;
static getInstanceByImportId(string $a_import_id)
initValue(string $a_import_id, string $a_sub_type="", int $a_sub_id=0, ?int $a_local_rec_id=null)
static getLogger(string $a_component_id)
Get component logger.
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
AMD field abstract base class.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilAdvancedMDFieldDefinition $current_value
__construct(string $a_obj_id, ilImportMapping $a_mapping)
createLocalRecord(int $a_old_id, string $a_xml, int $a_obj_id, ?string $a_sub_type=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
handlerEndTag($a_xml_parser, string $a_name)
End element handler.
setHandlers($a_xml_parser)
handlerBeginTag($a_xml_parser, string $a_name, array $a_attribs)
Start element handler.
array $local_rec_fields_map
static ilTempnam(?string $a_temp_path=null)
Returns a unique and non existing Path for e temporary file or directory.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
handlerCharacterData($a_xml_parser, string $a_data)
Character data handler.
ilSaxController $sax_controller
static _lookupType(int $id, bool $reference=false)
SAX based XML parser for record import files.
const MODE_INSERT_VALIDATION