public interface InstallationSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
InstallationQueryInspector |
getInstallationQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
InstallationList |
getInstallations()
Gets the installation list resulting from the search.
|
InstallationSearchResultsRecord |
getInstallationSearchResultsRecord(Type installationSearchRecordType)
Gets the installation search results record corresponding to the given
installation search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeInstallationList getInstallations()
IllegalStateException - list already retrievedmandatory - This method must be implemented. InstallationQueryInspector getInstallationQueryInspector()
mandatory - This method must be implemented. InstallationSearchResultsRecord getInstallationSearchResultsRecord(Type installationSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.installationSearchRecordType - an installation search record
typeNullArgumentException -
installationSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(installationSearchRecordType) is
false mandatory - This method must be implemented.