| Interface | osid.profile.ProfileItem | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
| Description |
A | ||
| Method | getProfileItemRecord | ||
| Description |
Gets the profile item record corresponding to the given
| ||
| Parameters | osid.type.Type | profileItemRecordType | the type of the record to retrieve |
| Return | osid.profile.records.ProfileItemRecord | the profile item record | |
| Errors | NULL_ARGUMENT | profileItemRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(profileItemRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |