public interface ConfigurationSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ConfigurationQueryInspector |
getConfigurationQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ConfigurationList |
getConfigurations()
Gets the configuration list resulting from a search.
|
ConfigurationSearchResultsRecord |
getConfigurationSearchResultsRecord(Type configurationSearchRecordType)
Gets the configuration search results record corresponding to the
given configuration search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeConfigurationList getConfigurations()
IllegalStateException - list already retrievedmandatory - This method must be implemented. ConfigurationQueryInspector getConfigurationQueryInspector()
mandatory - This method must be implemented. ConfigurationSearchResultsRecord getConfigurationSearchResultsRecord(Type configurationSearchRecordType) throws OperationFailedException
configurationSearchRecordType - a configuration search record
typeNullArgumentException -
configurationSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(configurationSearchRecordType) is false mandatory - This method must be implemented.