public interface AssessmentOfferedSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
AssessmentOfferedQueryInspector |
getAssessmentOfferedQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
AssessmentOfferedSearchResultsRecord |
getAssessmentOfferedSearchResultsRecord(Type assessmentOfferedSearchRecordType)
Gets the assessment offered search results record corresponding to the
given assessment offered search record
Type. |
AssessmentOfferedList |
getAssessmentsOffered()
Gets the assessment offered list resulting from the search.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeAssessmentOfferedList getAssessmentsOffered()
IllegalStateException - the assessment offered list has
already been retrievedmandatory - This method must be implemented. AssessmentOfferedQueryInspector getAssessmentOfferedQueryInspector()
mandatory - This method must be implemented. AssessmentOfferedSearchResultsRecord getAssessmentOfferedSearchResultsRecord(Type assessmentOfferedSearchRecordType) throws OperationFailedException
Type. This
method is used to retrieve an object implementing the requested
record.assessmentOfferedSearchRecordType - an assessment offered search
record typeNullArgumentException -
assessmentOfferedSearchRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(assessmentOfferedSearchRecordType) is
false mandatory - This method must be implemented.