public interface OfferingSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
OfferingQueryInspector |
getOfferingQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
OfferingList |
getOfferings()
Gets the offering list resulting from a search.
|
OfferingSearchResultsRecord |
getOfferingSearchResultsRecord(Type offeringSearchRecordType)
Gets the record corresponding to the given offering search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeOfferingList getOfferings()
IllegalStateException - the list has already been
retrievedmandatory - This method must be implemented. OfferingQueryInspector getOfferingQueryInspector()
mandatory - This method must be implemented. OfferingSearchResultsRecord getOfferingSearchResultsRecord(Type offeringSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an object
implementing the requested record.offeringSearchRecordType - an offering search record typeNullArgumentException - offeringSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(offeringSearchRecordType) is
false mandatory - This method must be implemented.