public interface AwardSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
AwardQueryInspector |
getAwardQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
AwardList |
getAwards()
Gets the award list resulting from a search.
|
AwardSearchResultsRecord |
getAwardSearchResultsRecord(Type awardSearchRecordType)
Gets the award search results record corresponding to the given award
search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeAwardList getAwards()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. AwardQueryInspector getAwardQueryInspector()
mandatory - This method must be implemented. AwardSearchResultsRecord getAwardSearchResultsRecord(Type awardSearchRecordType) throws OperationFailedException
awardSearchRecordType - an award search record typeNullArgumentException - AwardSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(awardSearchRecordType) is false
mandatory - This method must be implemented.