| Interface | osid.ontology.Relevancy | ||
|---|---|---|---|
| Implements | osid.OsidRelationship | ||
| Description | A  | ||
| Method | getSubjectId | ||
| Description | Gets the subject  | ||
| Return | osid.id.Id | the subject  Id  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSubject | ||
| Description | Gets the  | ||
| Return | osid.ontology.Subject | the subject | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMappedId | ||
| Description | Gets the  | ||
| Return | osid.id.Id | a mapped  Id  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRelevancyRecord | ||
| Description | Gets the relevancy record corresponding to the given 
                     | ||
| Parameters | osid.type.Type | relevancyRecordType | the type of the record to retrieve | 
| Return | osid.ontology.records.RelevancyRecord | the relevancy record | |
| Errors | NULL_ARGUMENT |  relevancyRecordType is null  | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(relevancyRecordType) is false  | ||
| Compliance | mandatory | This method must be implemented. | |