OSID Logo
OSID Specifications
hold package
Version 3.1.0
Interfaceosid.hold.IssueSearchResults
Implementsosid.OsidSearchResults
Used Byosid.hold.IssueSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetIssues
Description

Gets the issue list resulting from a search.

Returnosid.hold.IssueList the issue list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetIssueQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.hold.IssueQueryInspector the issue query inspector
Compliancemandatory This method must be implemented.
MethodgetIssueSearchResultsRecord
Description

Gets the issue search results record corresponding to the given issue search record Type.This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeissueSearchRecordType an issue search record type
Returnosid.hold.records.IssueSearchResultsRecord the issue search results record
ErrorsNULL_ARGUMENT issueSearchRecordType is null
OPERATION_FAILED unable to complete request
PERMISSION_DENIED authorization failure occurred
UNSUPPORTED hasRecordType(issueSearchRecordType) is false
Compliancemandatory This method must be implemented.