|
ILIAS
release_8 Revision v8.24
|
Interface ResourceStakeholder. More...
Inheritance diagram for ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder:
Collaboration diagram for ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder: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 ilObjBibliographicStakeholder, ilObjFileStakeholder, ilTemporaryStakeholder, ilMMStorageStakeholder, and ilSkillProfileStorageStakeHolder.
Referenced by ILIAS\ResourceStorage\Stakeholder\Repository\StakeholderDBRepository\deregister(), and ILIAS\ResourceStorage\Resource\StorableFileResource\removeStakeholder().
Here is the caller graph for this function:| ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder::getOwnerOfNewResources | ( | ) |
Implemented in ilObjBibliographicStakeholder, ilObjFileStakeholder, ilTemporaryStakeholder, ilMMStorageStakeholder, and ilSkillProfileStorageStakeHolder.
Referenced by ILIAS\ResourceStorage\Manager\Manager\appendNewRevision(), ILIAS\ResourceStorage\Manager\Manager\replaceWithUpload(), and ILIAS\ResourceStorage\Manager\Manager\upload().
Here is the caller graph for this function:| 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 ilObjFileStakeholder, and ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder.