public interface GradeSystemSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
GradeSystemQueryInspector |
getGradeSystemQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
GradeSystemList |
getGradeSystems()
Gets the grade system list resulting from the search.
|
GradeSystemSearchResultsRecord |
getGradeSystemSearchResultsRecord(Type gradeSystemSearchRecordType)
Gets the grade system search results record corresponding to the given
grade system search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeGradeSystemList getGradeSystems()
IllegalStateException - list already retrievedmandatory - This method must be implemented. GradeSystemQueryInspector getGradeSystemQueryInspector()
mandatory - This method must be implemented. GradeSystemSearchResultsRecord getGradeSystemSearchResultsRecord(Type gradeSystemSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.gradeSystemSearchRecordType - a grade system search record typeNullArgumentException -
gradeSystemSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(gradeSystemSearchRecordType) is
false mandatory - This method must be implemented.