public interface GradeEntrySearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
GradeEntryList |
getGradeEntries()
Gets the package list resulting from the search.
|
GradeEntryQueryInspector |
getGradeEntryQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
GradeEntrySearchResultsRecord |
getGradeEntrySearchResultsRecord(Type gradeEntrySearchRecordType)
Gets the grade entry search results record corresponding to the given
grade entry search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeGradeEntryList getGradeEntries()
IllegalStateException - list already retrievedmandatory - This method must be implemented. GradeEntryQueryInspector getGradeEntryQueryInspector()
mandatory - This method must be implemented. GradeEntrySearchResultsRecord getGradeEntrySearchResultsRecord(Type gradeEntrySearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.gradeEntrySearchRecordType - a grade entry search record typeNullArgumentException -
gradeEntrySearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(gradeEntrySearchRecordType) is
false mandatory - This method must be implemented.