public interface PublisherSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
PublisherQueryInspector |
getPublisherQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
PublisherList |
getPublishers()
Gets the publisher list resulting from a search.
|
PublisherSearchResultsRecord |
getPublisherSearchResultsRecord(Type publisherSearchRecordType)
Gets the publisher search results record corresponding to the given
publisher search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypePublisherList getPublishers()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. PublisherQueryInspector getPublisherQueryInspector()
mandatory - This method must be implemented. PublisherSearchResultsRecord getPublisherSearchResultsRecord(Type publisherSearchRecordType) throws OperationFailedException
publisherSearchRecordType - a publisher search record typeNullArgumentException -
publisherSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(publisherSearchRecordType) is
false mandatory - This method must be implemented.