public interface AntimatroidSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
AntimatroidQueryInspector |
getAntimatroidQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
AntimatroidList |
getAntimatroids()
Gets the antimatroid list resulting from a search.
|
AntimatroidSearchResultsRecord |
getAntimatroidSearchResultsRecord(Type antimatroidSearchRecordType)
Gets the antimatroid search results record corresponding to the given
antimatroid search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeAntimatroidList getAntimatroids()
IllegalStateException - list already retrievedmandatory - This method must be implemented. AntimatroidQueryInspector getAntimatroidQueryInspector()
mandatory - This method must be implemented. AntimatroidSearchResultsRecord getAntimatroidSearchResultsRecord(Type antimatroidSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.antimatroidSearchRecordType - an antimatroid search record typeNullArgumentException -
antimatroidSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(antimatroidSearchRecordType) is
false mandatory - This method must be implemented.