ILIAS
release_8 Revision v8.23
|
Interface ResourceStakeholder. More...
Public Member Functions | |
getId () | |
getConsumerNameForPresentation () | |
getFullyQualifiedClassName () | |
isResourceInUse (ResourceIdentification $identification) | |
resourceHasBeenDeleted (ResourceIdentification $identification) | |
getOwnerOfResource (ResourceIdentification $identification) | |
getOwnerOfNewResources () | |
Interface ResourceStakeholder.
Definition at line 29 of file ResourceStakeholder.php.
ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder::getConsumerNameForPresentation | ( | ) |
Implemented in ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder.
ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder::getFullyQualifiedClassName | ( | ) |
Implemented in ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder.
ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder::getId | ( | ) |
Implemented in ilObjFileStakeholder, ilSkillProfileStorageStakeHolder, ilObjBibliographicStakeholder, ilMMStorageStakeholder, and ilTemporaryStakeholder.
Referenced by ILIAS\ResourceStorage\Stakeholder\Repository\StakeholderDBRepository\deregister(), and ILIAS\ResourceStorage\Resource\StorableFileResource\removeStakeholder().
ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder::getOwnerOfNewResources | ( | ) |
Implemented in ilSkillProfileStorageStakeHolder, ilObjFileStakeholder, ilObjBibliographicStakeholder, ilMMStorageStakeholder, and ilTemporaryStakeholder.
Referenced by ILIAS\ResourceStorage\Manager\Manager\appendNewRevision(), ILIAS\ResourceStorage\Manager\Manager\appendNewRevisionFromStream(), ILIAS\ResourceStorage\Manager\Manager\replaceWithStream(), ILIAS\ResourceStorage\Manager\Manager\replaceWithUpload(), ILIAS\ResourceStorage\Manager\Manager\stream(), and ILIAS\ResourceStorage\Manager\Manager\upload().
ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder::getOwnerOfResource | ( | ResourceIdentification | $identification | ) |
Implemented in ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder.
ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder::isResourceInUse | ( | ResourceIdentification | $identification | ) |
Implemented in ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder.
ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder::resourceHasBeenDeleted | ( | ResourceIdentification | $identification | ) |
Implemented in ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder, and ilObjFileStakeholder.