public interface Award extends OsidObject
An Award is something that can be conferred.
| Modifier and Type | Method and Description |
|---|---|
AwardRecord |
getAwardRecord(Type awardRecordType)
Gets the award record corresponding to the given
Award
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeAwardRecord getAwardRecord(Type awardRecordType) throws OperationFailedException
Award
record Type. This method must be used to retrieve an
object implementing the requested record. The awardRecordType
may be the Type returned in
getRecordTypes() or any of its parents in a Type
hierarchy where hasRecordType(awardRecordType)
is true .awardRecordType - the type of award record to retrieveNullArgumentException - awardRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(awardRecordType) is false mandatory - This method must be implemented.