OSID Logo
OSID Specifications
hold rules package
Version 3.1.0
Interfaceosid.hold.rules.IssueConstrainerEnablerSearchResults
Implementsosid.OsidSearchResults
Used Byosid.hold.rules.IssueConstrainerEnablerSearchSession
Description

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

MethodgetIssueConstrainerEnablers
Description

Gets the issue constrainer enabler list resulting from a search.

Returnosid.hold.rules.IssueConstrainerEnablerList the issue constrainer enabler list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetIssueConstrainerEnablerQueryInspector
Description

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

Returnosid.hold.rules.IssueConstrainerEnablerQueryInspector the issue constrainer enabler query inspector
Compliancemandatory This method must be implemented.
MethodgetIssueConstrainerEnablerSearchResultsRecord
Description

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

Parametersosid.type.TypeissueConstrainerEnablerSearchRecordType an issue constrainer enabler search record type
Returnosid.hold.rules.records.IssueConstrainerEnablerSearchResultsRecord the issue constrainer enabler search results record
ErrorsNULL_ARGUMENT issueConstrainerEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(issueConstrainerEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.