public interface ContactEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ContactEnablerQueryInspector |
getContactEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ContactEnablerList |
getContactEnablers()
Gets the
ContactEnablerList resulting from a search. |
ContactEnablerSearchResultsRecord |
getContactEnablerSearchResultsRecord(Type contactEnablerSearchRecordType)
Gets the contact enabler search results record corresponding to the
given contact enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeContactEnablerList getContactEnablers()
ContactEnablerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. ContactEnablerQueryInspector getContactEnablerQueryInspector()
mandatory - This method must be implemented. ContactEnablerSearchResultsRecord getContactEnablerSearchResultsRecord(Type contactEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.contactEnablerSearchRecordType - a contact enabler search record
typeNullArgumentException -
contactEnablerSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(contactEnablerSearchRecordType) is
false mandatory - This method must be implemented.