ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder Interface Reference

Interface ResourceStakeholder. More...

+ Inheritance diagram for ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder:
+ Collaboration diagram for ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder:

Public Member Functions

 __construct ()
 Constructor must not have any parameters. More...
 
 getId ()
 
 getConsumerNameForPresentation ()
 
 getFullyQualifiedClassName ()
 
 canBeAccessedByCurrentUser (ResourceIdentification $identification)
 
 isResourceInUse (ResourceIdentification $identification)
 
 resourceHasBeenDeleted (ResourceIdentification $identification)
 
 getOwnerOfResource (ResourceIdentification $identification)
 
 getOwnerOfNewResources ()
 
 getLocationURIForResourceUsage (ResourceIdentification $identification)
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder::__construct ( )

Constructor must not have any parameters.

The Stakeholder must be able to be instantiated without any parameters. Additionally, Stakeholder may get instantiated without dependencies available. Therefore, the Stakeholder must must check for dependencies and implement fallbacks.

Implemented in ILIAS\Object\Properties\CoreProperties\TileImage\ilObjectTileImageStakeholder, ILIAS\Services\WOPI\Handler\WOPIStakeholderWrapper, ilObjBibliographicStakeholder, ilForumPostingFileStakeholder, ilUserProfilePictureStakeholder, ilMMStorageStakeholder, assFileUploadStakeholder, ilDataCollectionStakeholder, and ilTemporaryStakeholder.

Member Function Documentation

◆ canBeAccessedByCurrentUser()

◆ getConsumerNameForPresentation()

ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder::getConsumerNameForPresentation ( )

◆ getFullyQualifiedClassName()

ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder::getFullyQualifiedClassName ( )

◆ getId()

◆ getLocationURIForResourceUsage()

◆ getOwnerOfNewResources()

◆ getOwnerOfResource()

ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder::getOwnerOfResource ( ResourceIdentification  $identification)

◆ isResourceInUse()

ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder::isResourceInUse ( ResourceIdentification  $identification)

◆ resourceHasBeenDeleted()

ILIAS\ResourceStorage\Stakeholder\ResourceStakeholder::resourceHasBeenDeleted ( ResourceIdentification  $identification)

The documentation for this interface was generated from the following file: