|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Elements\RessourceID\RessourceIDInterface:
Collaboration diagram for ILIAS\MetaData\Elements\RessourceID\RessourceIDInterface:Public Member Functions | |
| type () | |
| (Sub-)Type of the object (e.g st,pg,crs ...) NOTE: In the metadata tables, this corresponds to the field obj_type. More... | |
| objID () | |
| Object ID (NOT ref_id!) of the parent repository object (e.g for page objects the obj_id of the content object; for media objects this is set to 0, because their object id are not assigned to ref ids) NOTE: In the metadata tables, this corresponds to the field rbac_id. More... | |
| subID () | |
| ID of the object carrying the metadata, which might be a subobject of an enclosing repository object (e.g for structure objects the obj_id of the structure object). More... | |
Definition at line 23 of file RessourceIDInterface.php.
| ILIAS\MetaData\Elements\RessourceID\RessourceIDInterface::objID | ( | ) |
Object ID (NOT ref_id!) of the parent repository object (e.g for page objects the obj_id of the content object; for media objects this is set to 0, because their object id are not assigned to ref ids) NOTE: In the metadata tables, this corresponds to the field rbac_id.
Implemented in ILIAS\MetaData\Elements\RessourceID\NullRessourceID, and ILIAS\MetaData\Elements\RessourceID\RessourceID.
Referenced by ILIAS\MetaData\Repository\Utilities\Queries\DatabaseQuerier\deleteAll(), and ILIAS\MetaData\Repository\IdentifierHandler\IdentifierHandler\generateIdentifierEntry().
Here is the caller graph for this function:| ILIAS\MetaData\Elements\RessourceID\RessourceIDInterface::subID | ( | ) |
ID of the object carrying the metadata, which might be a subobject of an enclosing repository object (e.g for structure objects the obj_id of the structure object).
Might be the same as the objID. NOTE: In the metadata tables, this corresponds to the field obj_id.
Implemented in ILIAS\MetaData\Elements\RessourceID\NullRessourceID, and ILIAS\MetaData\Elements\RessourceID\RessourceID.
Referenced by ILIAS\MetaData\Repository\Utilities\Queries\DatabaseQuerier\deleteAll(), and ILIAS\MetaData\Repository\IdentifierHandler\IdentifierHandler\generateIdentifierEntry().
Here is the caller graph for this function:| ILIAS\MetaData\Elements\RessourceID\RessourceIDInterface::type | ( | ) |
(Sub-)Type of the object (e.g st,pg,crs ...) NOTE: In the metadata tables, this corresponds to the field obj_type.
Implemented in ILIAS\MetaData\Elements\RessourceID\NullRessourceID, and ILIAS\MetaData\Elements\RessourceID\RessourceID.
Referenced by ILIAS\MetaData\Repository\Utilities\Queries\DatabaseQuerier\deleteAll(), and ILIAS\MetaData\Repository\IdentifierHandler\IdentifierHandler\generateIdentifierEntry().
Here is the caller graph for this function: