ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class StorageManager. More...
Protected Attributes | |
$resource_builder | |
$preloader | |
Class StorageManager.
Definition at line 21 of file Manager.php.
ILIAS\ResourceStorage\Manager\Manager::__construct | ( | ResourceBuilder | $b, |
RepositoryPreloader | $l | ||
) |
Manager constructor.
ResourceBuilder | $b |
Definition at line 36 of file Manager.php.
References Vendor\Package\$b.
ILIAS\ResourceStorage\Manager\Manager::appendNewRevision | ( | ResourceIdentification | $identification, |
UploadResult | $result, | ||
ResourceStakeholder | $stakeholder, | ||
string | $revision_title = null |
||
) |
Definition at line 126 of file Manager.php.
References ILIAS\FileUpload\DTO\UploadResult\getName(), ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder\getOwnerOfNewResources(), ILIAS\FileUpload\DTO\UploadResult\getStatus(), ILIAS\FileUpload\DTO\UploadResult\isOK(), and ILIAS\ResourceStorage\Identification\ResourceIdentification\serialize().
ILIAS\ResourceStorage\Manager\Manager::appendNewRevisionFromStream | ( | ResourceIdentification | $identification, |
FileStream | $stream, | ||
ResourceStakeholder | $stakeholder, | ||
string | $revision_title = null |
||
) |
Definition at line 189 of file Manager.php.
References ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder\getOwnerOfNewResources(), and ILIAS\ResourceStorage\Identification\ResourceIdentification\serialize().
ILIAS\ResourceStorage\Manager\Manager::clone | ( | ResourceIdentification | $identification | ) |
Definition at line 117 of file Manager.php.
ILIAS\ResourceStorage\Manager\Manager::find | ( | string | $identification | ) |
Definition at line 93 of file Manager.php.
ILIAS\ResourceStorage\Manager\Manager::getCurrentRevision | ( | ResourceIdentification | $identification | ) |
Definition at line 251 of file Manager.php.
ILIAS\ResourceStorage\Manager\Manager::getResource | ( | ResourceIdentification | $i | ) |
Definition at line 106 of file Manager.php.
References ILIAS\ResourceStorage\Identification\ResourceIdentification\serialize().
ILIAS\ResourceStorage\Manager\Manager::remove | ( | ResourceIdentification | $identification, |
ResourceStakeholder | $stakeholder | ||
) |
Definition at line 112 of file Manager.php.
ILIAS\ResourceStorage\Manager\Manager::removeRevision | ( | ResourceIdentification | $identification, |
int | $revision_number | ||
) |
Definition at line 272 of file Manager.php.
ILIAS\ResourceStorage\Manager\Manager::replaceWithStream | ( | ResourceIdentification | $identification, |
FileStream | $stream, | ||
ResourceStakeholder | $stakeholder, | ||
string | $revision_title = null |
||
) |
Definition at line 220 of file Manager.php.
References ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder\getOwnerOfNewResources(), and ILIAS\ResourceStorage\Identification\ResourceIdentification\serialize().
ILIAS\ResourceStorage\Manager\Manager::replaceWithUpload | ( | ResourceIdentification | $identification, |
UploadResult | $result, | ||
ResourceStakeholder | $stakeholder, | ||
string | $revision_title = null |
||
) |
Definition at line 158 of file Manager.php.
References ILIAS\FileUpload\DTO\UploadResult\getName(), ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder\getOwnerOfNewResources(), ILIAS\FileUpload\DTO\UploadResult\getStatus(), ILIAS\FileUpload\DTO\UploadResult\isOK(), and ILIAS\ResourceStorage\Identification\ResourceIdentification\serialize().
ILIAS\ResourceStorage\Manager\Manager::rollbackRevision | ( | ResourceIdentification | $identification, |
int | $revision_number | ||
) |
Definition at line 263 of file Manager.php.
ILIAS\ResourceStorage\Manager\Manager::stream | ( | FileStream | $stream, |
ResourceStakeholder | $stakeholder, | ||
string | $revision_title = null |
||
) |
Definition at line 69 of file Manager.php.
References ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder\getOwnerOfNewResources().
ILIAS\ResourceStorage\Manager\Manager::updateRevision | ( | Revision | $revision | ) |
Definition at line 256 of file Manager.php.
ILIAS\ResourceStorage\Manager\Manager::upload | ( | UploadResult | $result, |
ResourceStakeholder | $stakeholder, | ||
string | $revision_title = null |
||
) |
Definition at line 44 of file Manager.php.
References ILIAS\FileUpload\DTO\UploadResult\getName(), ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder\getOwnerOfNewResources(), ILIAS\FileUpload\DTO\UploadResult\getStatus(), and ILIAS\FileUpload\DTO\UploadResult\isOK().
|
protected |
Definition at line 30 of file Manager.php.
|
protected |
Definition at line 26 of file Manager.php.