| Interface | osid.installation.Site | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
| Used By | osid.installation.Installation | ||
osid.installation.InstallationLookupSession | |||
osid.installation.InstallationManagementSession | |||
osid.installation.InstallationNotificationSession | |||
osid.installation.InstallationQuerySession | |||
osid.installation.InstallationUpdateSession | |||
osid.installation.SiteList | |||
osid.installation.SiteLookupSession | |||
| Description |
A | ||
| Method | getPath | ||
| Description |
Gets the path to this site. | ||
| Return | string | the path | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSiteRecord | ||
| Description |
Gets the site record corresponding to the given
| ||
| Parameters | osid.type.Type | siteRecordType | the type of the record to retrieve |
| Return | osid.installation.records.SiteRecord | the site record | |
| Errors | NULL_ARGUMENT | siteRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(siteRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |