OSID Logo
OSID Specifications
hold rules package
Version 3.1.0
Interfaceosid.hold.rules.IssueConstrainerSearch
Implementsosid.OsidSearch
Used Byosid.hold.rules.IssueConstrainerSearchSession
Description

The search interface for governing issue constrainer searches.

MethodsearchAmongIssueConstrainers
Description

Execute this search among the given list of issue constrainers.

Parametersosid.id.IdListissueConstrainerIds list of issue constrainers
ErrorsNULL_ARGUMENT issueConstrainerIds is null
Compliancemandatory This method must be implemented.
MethodorderIssueConstrainerResults
Description

Specify an ordering to the search results.

Parametersosid.hold.rules.IssueConstrainerSearchOrderissueConstrainerSearchOrder issue constrainer search order
ErrorsNULL_ARGUMENT issueConstrainerSearchOrder is null
UNSUPPORTED issueConstrainerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetIssueConstrainerSearchRecord
Description

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

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