OSID Logo
OSID Specifications
hold rules package
Version 3.1.0
Interfaceosid.hold.rules.IssueConstrainerEnablerQuery
Implementsosid.OsidEnablerQuery
Used Byosid.hold.rules.IssueConstrainerEnablerQuerySession
osid.hold.rules.IssueConstrainerEnablerSearchSession
osid.hold.rules.IssueConstrainerEnablerSmartOublietteSession
Description

This is the query for searching issue constrainer enablers. Each method match specifies an AND term while multiple invocations of the same method produce a nested OR.

MethodmatchRuledIssueConstrainerId
Description

Matches constrainer enablers mapped to the issue constrainer.

Parametersosid.id.IdissueConstrainerId the issue constrainer Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT issueConstrainerId is null
Compliancemandatory This method must be implemented.
MethodclearRuledIssueConstrainerIdTerms
Description

Clears the issue constrainer Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsRuledIssueConstrainerQuery
Description

Tests if an IssueConstrainerQuery is available.

Returnboolean true if an issue constrainer query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetRuledIssueConstrainerQuery
Description

Gets the query for an issue constrainer. Multiple retrievals produce a nested OR term.

Returnosid.hold.rules.IssueConstrainerQuery the issue constrainer query
ErrorsUNIMPLEMENTED supportsRuledIssueConstrainerQuery() is false
Complianceoptional This method must be implemented if supportsRuledIssueConstrainerQuery() is true.
MethodmatchAnyRuledIssue
Description

Matches enablers mapped to any issue constrainer.

Parametersbooleanmatch true for processors mapped to any issue constrainer, false to match processors mapped to no issue constrainer
Compliancemandatory This method must be implemented.
MethodclearRuledIssueTerms
Description

Clears the issue constrainer query terms.

Compliancemandatory This method must be implemented.
MethodmatchOublietteId
Description

Sets the oubliette Id for this query to match issues assigned to oubliettes.

Parametersosid.id.IdoublietteId the oubliette Id
booleanmatch true for a positive match, false for a negative match
ErrorsNULL_ARGUMENT oublietteId is null
Compliancemandatory This method must be implemented.
MethodclearOublietteIdTerms
Description

Clears the oubliette Id query terms.

Compliancemandatory This method must be implemented.
MethodsupportsOublietteQuery
Description

Tests if an OublietteQuery is available.

Returnboolean true if an oubliette query is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetOublietteQuery
Description

Gets the query for an oubliette. Multiple retrievals produce a nested OR term.

Returnosid.hold.OublietteQuery the oubliette query
ErrorsUNIMPLEMENTED supportsOublietteQuery() is false
Complianceoptional This method must be implemented if supportsOublietteQuery() is true.
MethodclearOublietteTerms
Description

Clears the oubliette query terms.

Compliancemandatory This method must be implemented.
MethodgetIssueConstrainerEnablerQueryRecord
Description

Gets the issue constrainer enabler query record corresponding to the given IssueConstrainerEnabler record Type. Multiple record retrievals produce a nested OR term.

Parametersosid.type.TypeissueConstrainerEnablerRecordType an issue constrainer enabler record type
Returnosid.hold.rules.records.IssueConstrainerEnablerQueryRecord the issue constrainer enabler query record
ErrorsNULL_ARGUMENT issueConstrainerEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(issueConstrainerEnablerRecordType) is false
Compliancemandatory This method must be implemented.