public interface ReplySearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
ReplyList |
getReplies()
Gets the reply list resulting from a search.
|
ReplyQueryInspector |
getReplyQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
ReplySearchResultsRecord |
getReplySearchResultsRecord(Type replySearchRecordType)
Gets the reply search results record corresponding to the given reply
search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
ReplyList getReplies()
IllegalStateException
- list has already been retrievedmandatory
- This method must be implemented. ReplyQueryInspector getReplyQueryInspector()
mandatory
- This method must be implemented. ReplySearchResultsRecord getReplySearchResultsRecord(Type replySearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an
object implementing the requested record.replySearchRecordType
- a reply search record typeNullArgumentException
- replySearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(replySearchRecordType)
is false
mandatory
- This method must be implemented.