64 if (is_dir($legacy_directory)) {
65 $this->migration_log_handle = fopen($legacy_directory . $log_file_name,
'ab');
67 $this->migration_log_handle =
false;
71 $this->storage_manager = $irss_helper->
getManager();
88 $stream = Streams::ofResource(fopen(
$version->getPath(),
'rb'));
98 $this->resource_builder->appendFromStream(
102 $this->keep_originals
106 $aditional_info = $t->getMessage();
111 $resource->getIdentification()->serialize(),
119 $resource->addStakeholder($this->stakeholder);
121 $this->resource_builder->store($resource);
122 $this->database->manipulateF(
123 'UPDATE file_data SET rid = %s WHERE file_id = %s',
125 [$resource->getIdentification()->serialize(), $object_id]
129 $this->database->manipulateF(
130 'UPDATE file_data SET rid = %s WHERE file_id = %s',
132 [
'error', $object_id]
147 string $movement_implementation,
148 string $aditional_info = null
150 if (!$this->migration_log_handle) {
153 fputcsv($this->migration_log_handle, [
159 $movement_implementation,
172 $r = $this->database->queryF(
173 "SELECT rid FROM file_data WHERE file_id = %s",
177 $d = $this->database->fetchObject($r);
179 if (isset(
$d->rid) &&
$d->rid !==
'' && ($resource_identification = $this->storage_manager->find(
181 )) && $resource_identification !== null) {
182 $resource = $this->resource_builder->get($resource_identification);
184 $resource = $this->resource_builder->newBlank();
204 $this->keep_originals =
true;
Class FileNamePolicyException.
setMigrateToNewObjectId(?int $migrate_to_new_object_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface StorageResource.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getResource(ilFileObjectToStorageDirectory $item)
string $movement_implementation
ConsumerFactory $consumer_factory
Class ilResourceStorageMigrationHelper.
__construct(Filesystem $file_system, ilResourceStorageMigrationHelper $irss_helper, string $log_file_name)
ResourceBuilder $resource_builder
logMigratedFile(int $object_id, string $rid, int $version, string $old_path, string $status, string $movement_implementation, string $aditional_info=null)
migrate(ilFileObjectToStorageDirectory $item)
Interface ResourceStakeholder.
int $migrate_to_new_object_id
getMigrateToNewObjectId()
ResourceStakeholder $stakeholder
Class FlySystemFileAccessTest disabled disabled disabled.
Class ilFileObjectToStorageInfoResolver.
for($i=6; $i< 13; $i++) for($i=1; $i< 13; $i++) $d