public interface AddressSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
AddressList |
getAddresses()
Gets the address list resulting from a search.
|
AddressQueryInspector |
getAddressQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
AddressSearchResultsRecord |
getAddressSearchResultsRecord(Type addressSearchRecordType)
Gets the address search results record corresponding to the given
address search record Type.
|
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
AddressList getAddresses()
IllegalStateException
- list has already been retrievedmandatory
- This method must be implemented. AddressQueryInspector getAddressQueryInspector()
mandatory
- This method must be implemented. AddressSearchResultsRecord getAddressSearchResultsRecord(Type addressSearchRecordType) throws OperationFailedException
addressSearchRecordType
- an address search record typeNullArgumentException
- AddressSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(addressSearchRecordType)
is false
mandatory
- This method must be implemented.