public interface QualifierSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
QualifierQueryInspector |
getQualifierQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
QualifierList |
getQualifiers()
Gets the qualifier list resulting from the search.
|
QualifierSearchResultsRecord |
getQualifierSearchResultsRecord(Type qualifierSearchRecordType)
Gets the qualifier search results record corresponding to the given
qualifier search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeQualifierList getQualifiers()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. QualifierQueryInspector getQualifierQueryInspector()
mandatory - This method must be implemented. QualifierSearchResultsRecord getQualifierSearchResultsRecord(Type qualifierSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.qualifierSearchRecordType - a qualifier search record typeNullArgumentException -
qualifierSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(qualifierSearchRecordType) is
false mandatory - This method must be implemented.