public interface GraphSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
GraphQueryInspector |
getGraphQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
GraphList |
getGraphs()
Gets the graph list resulting from a search.
|
GraphSearchResultsRecord |
getGraphSearchResultsRecord(Type graphSearchRecordType)
Gets the graph search results record corresponding to the given graph
search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeGraphList getGraphs()
IllegalStateException - list already retrievedmandatory - This method must be implemented. GraphQueryInspector getGraphQueryInspector()
mandatory - This method must be implemented. GraphSearchResultsRecord getGraphSearchResultsRecord(Type graphSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an
object implementing the requested record.graphSearchRecordType - a graph search record typeNullArgumentException - graphSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(graphSearchRecordType) is false
mandatory - This method must be implemented.