public interface CheckSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
CheckQueryInspector |
getCheckQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
CheckList |
getChecks()
Gets the check list resulting from a search.
|
CheckSearchResultsRecord |
getCheckSearchResultsRecord(Type checkSearchRecordType)
Gets the check search results record corresponding to the given check
search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
CheckList getChecks()
IllegalStateException
- list already retrievedmandatory
- This method must be implemented. CheckQueryInspector getCheckQueryInspector()
mandatory
- This method must be implemented. CheckSearchResultsRecord getCheckSearchResultsRecord(Type checkSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This method is used to retrieve an
object implementing the requested record.checkSearchRecordType
- a check search record typeNullArgumentException
- checkSearchRecordType
is null
OperationFailedException
- unable to complete requestPermissionDeniedException
- authorization failure
occurredUnsupportedException
-
hasRecordType(checkSearchRecordType)
is false
mandatory
- This method must be implemented.