public interface IntersectionSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
IntersectionQueryInspector |
getIntersectionQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
IntersectionList |
getIntersections()
Gets the intersection list resulting from a search.
|
IntersectionSearchResultsRecord |
getIntersectionSearchResultsRecord(Type intersectionSearchRecordType)
Gets the intersection search results record corresponding to the given
intersection search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeIntersectionList getIntersections()
IllegalStateException - list already retrievedmandatory - This method must be implemented. IntersectionQueryInspector getIntersectionQueryInspector()
mandatory - This method must be implemented. IntersectionSearchResultsRecord getIntersectionSearchResultsRecord(Type intersectionSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.intersectionSearchRecordType - a intersection search record typeNullArgumentException -
intersectionSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(intersectionSearchRecordType) is
false mandatory - This method must be implemented.