public interface SceneSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
SceneQueryInspector |
getSceneQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
SceneList |
getScenes()
Gets the scene list resulting from a search.
|
SceneSearchResultsRecord |
getSceneSearchResultsRecord(Type sceneSearchRecordType)
Gets the scene search results record corresponding to the given scene
search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeSceneList getScenes()
IllegalStateException - list already retrievedmandatory - This method must be implemented. SceneQueryInspector getSceneQueryInspector()
mandatory - This method must be implemented. SceneSearchResultsRecord getSceneSearchResultsRecord(Type sceneSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an
object implementing the requested record.sceneSearchRecordType - a scene search record typeNullArgumentException - sceneSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(sceneSearchRecordType) is false
mandatory - This method must be implemented.