Interface | osid.installation.Site | ||
---|---|---|---|
Implements | osid.OsidObject | ||
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. |