public interface NodeSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
NodeQueryInspector |
getNodeQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
NodeList |
getNodes()
Gets the node list resulting from a search.
|
NodeSearchResultsRecord |
getNodeSearchResultsRecord(Type nodeSearchRecordType)
Gets the node search results record corresponding to the given node
search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeNodeList getNodes()
IllegalStateException - list already retrievedmandatory - This method must be implemented. NodeQueryInspector getNodeQueryInspector()
mandatory - This method must be implemented. NodeSearchResultsRecord getNodeSearchResultsRecord(Type nodeSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an
object implementing the requested record.nodeSearchRecordType - a node search record typeNullArgumentException - nodeSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(nodeSearchRecordType) is false
mandatory - This method must be implemented.