public interface GradebookSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
GradebookQueryInspector |
getGradebookQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
GradebookList |
getGradebooks()
Gets the gradebook list resulting from the search.
|
GradebookSearchResultsRecord |
getGradebookSearchResultsRecord(Type gradebookSearchRecordType)
Gets the gradebook search results record corresponding to the given
gradebook search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeGradebookList getGradebooks()
IllegalStateException - list already retrievedmandatory - This method must be implemented. GradebookQueryInspector getGradebookQueryInspector()
mandatory - This method must be implemented. GradebookSearchResultsRecord getGradebookSearchResultsRecord(Type gradebookSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.gradebookSearchRecordType - a gradebook search record typeNullArgumentException -
gradebookSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(gradebookSearchRecordType) is
false mandatory - This method must be implemented.