public interface AssessmentSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
AssessmentQueryInspector |
getAssessmentQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
AssessmentList |
getAssessments()
Gets the assessment list resulting from the search.
|
AssessmentSearchResultsRecord |
getAssessmentSearchResultsRecord(Type assessmentSearchRecordType)
Gets the assessment search order record corresponding to the given
assessment search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeAssessmentList getAssessments()
IllegalStateException - the assessment list has already
been retrievedmandatory - This method must be implemented. AssessmentQueryInspector getAssessmentQueryInspector()
mandatory - This method must be implemented. AssessmentSearchResultsRecord getAssessmentSearchResultsRecord(Type assessmentSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.assessmentSearchRecordType - an assessment search record typeNullArgumentException -
assessmentSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(assessmentSearchRecordType) is
false mandatory - This method must be implemented.