public interface PathSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
PathQueryInspector |
getPathQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
PathList |
getPaths()
Gets the path list resulting from a search.
|
PathSearchResultsRecord |
getPathSearchResultsRecord(Type pathSearchRecordType)
Gets thepath search results record corresponding to the given path
search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
PathList getPaths()
IllegalStateException
- list already retrievedmandatory
- This method must be implemented. PathQueryInspector getPathQueryInspector()
mandatory
- This method must be implemented. PathSearchResultsRecord getPathSearchResultsRecord(Type pathSearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an
object implementing the requested record.pathSearchRecordType
- a path search record typeNullArgumentException
- pathSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(pathSearchRecordType)
is false
mandatory
- This method must be implemented.