public interface CommissionSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
CommissionQueryInspector |
getCommissionQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
CommissionList |
getCommissions()
Gets the commission list resulting from a search.
|
CommissionSearchResultsRecord |
getCommissionSearchResultsRecord(Type commissionSearchRecordType)
Gets the commission search results record corresponding to the given
commission search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
CommissionList getCommissions()
IllegalStateException
- list already retrievedmandatory
- This method must be implemented. CommissionQueryInspector getCommissionQueryInspector()
mandatory
- This method must be implemented. CommissionSearchResultsRecord getCommissionSearchResultsRecord(Type commissionSearchRecordType) throws OperationFailedException
Type.
This method is used to
retrieve an object implementing the requested record.commissionSearchRecordType
- a commission search record typeNullArgumentException
-
commissionSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(commissionSearchRecordType)
is
false
mandatory
- This method must be implemented.