public interface AssessmentTakenSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
AssessmentTakenList |
getAssessmentsTaken()
Gets the assessment taken list resulting from the search.
|
AssessmentTakenQueryInspector |
getAssessmentTakenQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
AssessmentTakenSearchResultsRecord |
getAssessmentTakenSearchResultsRecord(Type assessmentTakenSearchRecordType)
Gets the assessment taken record corresponding to the given assessment
taken search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeAssessmentTakenList getAssessmentsTaken()
IllegalStateException - the assessment taken list has
already been retrievedmandatory - This method must be implemented. AssessmentTakenQueryInspector getAssessmentTakenQueryInspector()
mandatory - This method must be implemented. AssessmentTakenSearchResultsRecord getAssessmentTakenSearchResultsRecord(Type assessmentTakenSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.assessmentTakenSearchRecordType - an assessment taken search
record typeNullArgumentException -
assessmentTakenSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(assessmentTakenSearchRecordType) is
false mandatory - This method must be implemented.