public interface ObjectiveBankSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ObjectiveBankQueryInspector |
getObjectiveBankQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ObjectiveBankList |
getObjectiveBanks()
Gets the objective bank list resulting from the search.
|
ObjectiveBankSearchResultsRecord |
getObjectiveBankSearchResultsRecord(Type objectiveBankSearchRecordType)
Gets the objective bank search results record corresponding to the
given objective bank search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeObjectiveBankList getObjectiveBanks()
IllegalStateException - list already retrievedmandatory - This method must be implemented. ObjectiveBankQueryInspector getObjectiveBankQueryInspector()
mandatory - This method must be implemented. ObjectiveBankSearchResultsRecord getObjectiveBankSearchResultsRecord(Type objectiveBankSearchRecordType) throws OperationFailedException
Type. This method is
used to retrieve an object implementing the requested record.objectiveBankSearchRecordType - an objective bank search record
typeNullArgumentException -
objectiveBankSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasSearchRecordType(objective bankSearchRecordType) is
false mandatory - This method must be implemented.