public interface RelevancyEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
RelevancyEnablerQueryInspector |
getRelevancyEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
RelevancyEnablerList |
getRelevancyEnablers()
Gets the
RelevancyEnablerList resulting from a search. |
RelevancyEnablerSearchResultsRecord |
getRelevancyEnablerSearchResultsRecord(Type relevancyEnablerSearchRecordType)
Gets the relevancy enabler search results record corresponding to the
given relevancy enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeRelevancyEnablerList getRelevancyEnablers()
RelevancyEnablerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. RelevancyEnablerQueryInspector getRelevancyEnablerQueryInspector()
mandatory - This method must be implemented. RelevancyEnablerSearchResultsRecord getRelevancyEnablerSearchResultsRecord(Type relevancyEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.relevancyEnablerSearchRecordType - a relevancy enabler search
record typeNullArgumentException -
relevancyEnablerSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(relevancyEnablerSearchRecordType) is
false mandatory - This method must be implemented.