public interface IssueSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
IssueQueryInspector |
getIssueQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
IssueList |
getIssues()
Gets the issue list resulting from a search.
|
IssueSearchResultsRecord |
getIssueSearchResultsRecord(Type issueSearchRecordType)
Gets the issue search results record corresponding to the given issue
search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeIssueList getIssues()
IllegalStateException - list already retrievedmandatory - This method must be implemented. IssueQueryInspector getIssueQueryInspector()
mandatory - This method must be implemented. IssueSearchResultsRecord getIssueSearchResultsRecord(Type issueSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an
object implementing the requested record.issueSearchRecordType - a issue search record typeNullArgumentException - issueSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(issueSearchRecordType) is false
mandatory - This method must be implemented.