public interface SubscriptionSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
SubscriptionQueryInspector |
getSubscriptionQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
SubscriptionList |
getSubscriptions()
Gets the subscription list resulting from a search.
|
SubscriptionSearchResultsRecord |
getSubscriptionSearchResultsRecord(Type subscriptionSearchRecordType)
Gets the subscription search results record corresponding to the given
subscription search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeSubscriptionList getSubscriptions()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. SubscriptionQueryInspector getSubscriptionQueryInspector()
mandatory - This method must be implemented. SubscriptionSearchResultsRecord getSubscriptionSearchResultsRecord(Type subscriptionSearchRecordType) throws OperationFailedException
Type. This method must be
used to retrieve an object implementing the requested record.subscriptionSearchRecordType - a subscription search record typeNullArgumentException -
subscriptionSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(subscriptionSearchRecordType) is
false mandatory - This method must be implemented.