public interface GradebookColumnSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
GradebookColumnQueryInspector |
getGradebookColumnQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
GradebookColumnList |
getGradebookColumns()
Gets the gradebook column list resulting from the search.
|
GradebookColumnSearchResultsRecord |
getGradebookColumnSearchResultsRecord(Type gradebookColumnSearchRecordType)
Gets the gradebook column search results record corresponding to the
given gradebook column search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeGradebookColumnList getGradebookColumns()
IllegalStateException - list already retrievedmandatory - This method must be implemented. GradebookColumnQueryInspector getGradebookColumnQueryInspector()
mandatory - This method must be implemented. GradebookColumnSearchResultsRecord getGradebookColumnSearchResultsRecord(Type gradebookColumnSearchRecordType) throws OperationFailedException
Type. This method
is used to retrieve an object implementing the requested record.gradebookColumnSearchRecordType - a gradebook column search
record typeNullArgumentException -
gradebookColumnSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(gradebookColumnSearchRecordType) is
false mandatory - This method must be implemented.