public interface DistributorSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
DistributorQueryInspector |
getDistributorQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
DistributorList |
getDistributors()
Gets the distributor list resulting from a search.
|
DistributorSearchResultsRecord |
getDistributorSearchResultsRecord(Type distributorSearchRecordType)
Gets the distributor search results record corresponding to the given
distributor search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeDistributorList getDistributors()
IllegalStateException - list already retrievedmandatory - This method must be implemented. DistributorQueryInspector getDistributorQueryInspector()
mandatory - This method must be implemented. DistributorSearchResultsRecord getDistributorSearchResultsRecord(Type distributorSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.distributorSearchRecordType - a distributor search record typeNullArgumentException -
distributorSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(distributorSearchRecordType) is
false mandatory - This method must be implemented.