public interface CommentSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
CommentQueryInspector |
getCommentQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
CommentList |
getComments()
Gets the comment list resulting from a search.
|
CommentSearchResultsRecord |
getCommentSearchResultsRecord(Type commentSearchRecordType)
Gets the comment search results record corresponding to the given
comment search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeCommentList getComments()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. CommentQueryInspector getCommentQueryInspector()
mandatory - This method must be implemented. CommentSearchResultsRecord getCommentSearchResultsRecord(Type commentSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.commentSearchRecordType - a comment search record typeNullArgumentException - commentSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(commentSearchRecordType) is false
mandatory - This method must be implemented.