public interface StoreSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
StoreQueryInspector |
getStoreQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
StoreList |
getStores()
Gets the store list resulting from a search.
|
StoreSearchResultsRecord |
getStoreSearchResultsRecord(Type storeSearchRecordType)
Gets the store search results record corresponding to the given store
search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeStoreList getStores()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. StoreQueryInspector getStoreQueryInspector()
mandatory - This method must be implemented. StoreSearchResultsRecord getStoreSearchResultsRecord(Type storeSearchRecordType) throws OperationFailedException
storeSearchRecordType - a store search record typeNullArgumentException - storeSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(storeSearchRecordType) is false
mandatory - This method must be implemented.