public interface SubscriptionEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
SubscriptionEnablerQueryInspector |
getSubscriptionEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
SubscriptionEnablerList |
getSubscriptionEnablers()
Gets the
SubscriptionEnablerList resulting from a
search. |
SubscriptionEnablerSearchResultsRecord |
getSubscriptionEnablerSearchResultsRecord(Type subscriptionEnablerSearchRecordType)
Gets the subscription enabler search results record corresponding to
the given subscription enabler search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
SubscriptionEnablerList getSubscriptionEnablers()
SubscriptionEnablerList
resulting from a
search.IllegalStateException
- list has already been retrievedmandatory
- This method must be implemented. SubscriptionEnablerQueryInspector getSubscriptionEnablerQueryInspector()
mandatory
- This method must be implemented. SubscriptionEnablerSearchResultsRecord getSubscriptionEnablerSearchResultsRecord(Type subscriptionEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This
method must be used to retrieve an object implementing the requested
record.subscriptionEnablerSearchRecordType
- a subscription enabler
search record typeNullArgumentException
-
subscriptionEnablerSearchRecordType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failure
occurredUnsupportedException
-
hasRecordType(subscriptionEnablerSearchRecordType)
is
false
mandatory
- This method must be implemented.