public interface AddressBookSearch extends OsidSearch
The search interface for governing address book searches.
| Modifier and Type | Method and Description |
|---|---|
AddressBookSearchRecord |
getAddressBookSearchRecord(Type addressBookSearchRecordType)
Gets the address book search record corresponding to the given address
book search record
Type. |
void |
orderAddressBookResults(AddressBookSearchOrder addressBooksearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongAddressBooks(IdList addressBookIds)
Execute this search among the given list of address books.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongAddressBooks(IdList addressBookIds)
addressBookIds - list of address booksNullArgumentException - addressBookIds
is null mandatory - This method must be implemented. void orderAddressBookResults(AddressBookSearchOrder addressBooksearchOrder)
addressBooksearchOrder - address book search orderNullArgumentException - addressBooksearchOrder
is null UnsupportedException - addressBooksearchOrder
is not of this servicemandatory - This method must be implemented. AddressBookSearchRecord getAddressBookSearchRecord(Type addressBookSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record interface.addressBookSearchRecordType - an address book search record typeNullArgumentException -
addressBooksearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(addressBooksearchRecordType) is
false mandatory - This method must be implemented.