public interface CreditSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
CreditQueryInspector |
getCreditQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
CreditList |
getCredits()
Gets the credit list resulting from a search.
|
CreditSearchResultsRecord |
getCreditSearchResultsRecord(Type creditSearchRecordType)
Gets the record corresponding to the given credit search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
CreditList getCredits()
IllegalStateException
- the list has already been
retrievedmandatory
- This method must be implemented. CreditQueryInspector getCreditQueryInspector()
mandatory
- This method must be implemented. CreditSearchResultsRecord getCreditSearchResultsRecord(Type creditSearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an object implementing
the requested record.creditSearchRecordType
- a credit search record typeNullArgumentException
- creditSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(creditSearchRecordType)
is false
mandatory
- This method must be implemented.