Interface | osid.acknowledgement.Credit | ||
---|---|---|---|
Implements | osid.OsidRelationship | ||
Description |
A | ||
Method | getReferenceId | ||
Description |
Gets the | ||
Return | osid.id.Id | the reference Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getResourceId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Resource Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getResource | ||
Description |
Gets the resource in this credit. | ||
Return | osid.resource.Resource | the Resource | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getCreditRecord | ||
Description |
Gets the record corresponding to the given | ||
Parameters | osid.type.Type | creditRecordType | the type of credit record to retrieve |
Return | osid.acknowledgement.records.CreditRecord | the credit record | |
Errors | NULL_ARGUMENT | creditRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(creditRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |