public interface EdgeSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
EdgeQueryInspector |
getEdgeQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
EdgeList |
getEdges()
Gets the edge list resulting from a search.
|
EdgeSearchResultsRecord |
getEdgeSearchResultsRecord(Type edgeSearchRecordType)
Gets the edge search results record corresponding to the given edge
search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeEdgeList getEdges()
IllegalStateException - list already retrievedmandatory - This method must be implemented. EdgeQueryInspector getEdgeQueryInspector()
mandatory - This method must be implemented. EdgeSearchResultsRecord getEdgeSearchResultsRecord(Type edgeSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an
object implementing the requested record.edgeSearchRecordType - a edge search record typeNullArgumentException - edgeSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(edgeSearchRecordType) is false
mandatory - This method must be implemented.