19 declare(strict_types=1);
65 return $this->processor->finishAndCleanData(
67 $this->ressource_factory->ressourceID($obj_id, $sub_id, $type)
78 return $this->processor->finishAndCleanData(
79 $this->reader->getMDOnPath(
81 $this->ressource_factory->ressourceID($obj_id, $sub_id, $type)
95 yield
from $this->searcher->search($clause, $limit, $offset, ...$filters);
100 $this->processor->checkMarkers($set);
101 $this->manipulator->manipulateMD($set);
109 bool $throw_error_if_invalid
111 $to_ressource_id = $this->ressource_factory->ressourceID($to_obj_id, $to_sub_id, $to_type);
113 if ($throw_error_if_invalid) {
114 $this->processor->checkMarkers($from_set);
116 $this->processor->cleanMarkers($from_set);
118 $from_set = $this->identifier_handler->prepareUpdateOfIdentifier($from_set, $to_ressource_id);
119 $this->manipulator->deleteAllMD($to_ressource_id);
120 $this->manipulator->transferMD($from_set, $to_ressource_id);
128 $this->manipulator->deleteAllMD(
129 $this->ressource_factory->ressourceID($obj_id, $sub_id, $type)