public interface CommissionEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
CommissionEnablerQueryInspector |
getCommissionEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
CommissionEnablerList |
getCommissionEnablers()
Gets the
CommissionEnablerList resulting from a search. |
CommissionEnablerSearchResultsRecord |
getCommissionEnablerSearchResultsRecord(Type commissionEnablerSearchRecordType)
Gets the commission enabler search results record corresponding to the
given commission enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeCommissionEnablerList getCommissionEnablers()
CommissionEnablerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. CommissionEnablerQueryInspector getCommissionEnablerQueryInspector()
mandatory - This method must be implemented. CommissionEnablerSearchResultsRecord getCommissionEnablerSearchResultsRecord(Type commissionEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This
method must be used to retrieve an object implementing the requested
record.commissionEnablerSearchRecordType - an commission enabler search
record typeNullArgumentException -
commissionEnablerSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(commissionEnablerSearchRecordType) is
false mandatory - This method must be implemented.