public interface AwardSearch extends OsidSearch
The search interface for governing award searches.
Modifier and Type | Method and Description |
---|---|
AwardSearchRecord |
getAwardSearchRecord(Type awardSearchRecordType)
Gets the award search record corresponding to the given award search
record
Type. |
void |
orderAwardResults(AwardSearchOrder awardSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongAwards(IdList awardIds)
Execute this search among the given list of awards.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongAwards(IdList awardIds)
awardIds
- list of awardsNullArgumentException
- awardIds
is
null
mandatory
- This method must be implemented. void orderAwardResults(AwardSearchOrder awardSearchOrder)
awardSearchOrder
- award search orderNullArgumentException
- awardSearchOrder
is null
UnsupportedException
- awardSearchOrder
is not of this servicemandatory
- This method must be implemented. AwardSearchRecord getAwardSearchRecord(Type awardSearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an object
implementing the requested record.awardSearchRecordType
- an award search record typeNullArgumentException
- awardSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(awardSearchRecordType)
is false
mandatory
- This method must be implemented.