public interface FoundrySearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
FoundryList |
getFoundries()
Gets the foundry list resulting from a search.
|
FoundryQueryInspector |
getFoundryQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
FoundrySearchResultsRecord |
getFoundrySearchResultsRecord(Type foundrySearchRecordType)
Gets the foundry search results record corresponding to the given
foundry search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeFoundryList getFoundries()
IllegalStateException - list already retrievedmandatory - This method must be implemented. FoundryQueryInspector getFoundryQueryInspector()
mandatory - This method must be implemented. FoundrySearchResultsRecord getFoundrySearchResultsRecord(Type foundrySearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.foundrySearchRecordType - a foundry search record typeNullArgumentException - foundrySearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(foundrySearchRecordType) is false
mandatory - This method must be implemented.