| Interface | osid.hold.rules.IssueConstrainerQuery | ||
|---|---|---|---|
| Implements | osid.OsidConstrainerQuery | ||
| Used By | osid.hold.rules.IssueConstrainerEnablerQuery | ||
osid.hold.rules.IssueConstrainerQuerySession | |||
osid.hold.rules.IssueConstrainerSearchSession | |||
osid.hold.rules.IssueConstrainerSmartOublietteSession | |||
| Description |
This is the query for searching issue constrainers. Each
method match specifies an | ||
| Method | matchRuledIssueId | ||
| Description |
Matches enablers mapped to the issue. | ||
| Parameters | osid.id.Id | issueId | the issue Id |
boolean | match | true for a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | issueId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearRuledIssueIdTerms | ||
| Description |
Clears the issue | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsRuledIssueQuery | ||
| Description |
Tests if an | ||
| Return | boolean | true if an issue query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledIssueQuery | ||
| Description |
Gets the query for an issue. Multiple retrievals
produce a nested | ||
| Return | osid.hold.IssueQuery | the issue query | |
| Errors | UNIMPLEMENTED | supportsRuledIssueQuery() is false | |
| Compliance | optional | This method must be implemented if supportsRuledIssueQuery()
is true . | |
| Method | matchAnyRuledIssue | ||
| Description |
Matches enablers mapped to any issue. | ||
| Parameters | boolean | match | true for constrainers mapped to any issue, false
to match constrainers mapped to no issue |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearRuledIssueTerms | ||
| Description |
Clears the issue query terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchOublietteId | ||
| Description |
Sets the oubliette | ||
| Parameters | osid.id.Id | oublietteId | the oubliette Id |
boolean | match | true for a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | oublietteId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearOublietteIdTerms | ||
| Description |
Clears the oubliette | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsOublietteQuery | ||
| Description |
Tests if an | ||
| Return | boolean | true if an oubliette query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOublietteQuery | ||
| Description |
Gets the query for an oubliette. Multiple retrievals
produce a nested | ||
| Return | osid.hold.OublietteQuery | the oubliette query | |
| Errors | UNIMPLEMENTED | supportsOublietteQuery() is false | |
| Compliance | optional | This method must be implemented if supportsOublietteQuery() is
true . | |
| Method | clearOublietteTerms | ||
| Description |
Clears the oubliette query terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueConstrainerQueryRecord | ||
| Description |
Gets the issue constrainer query record corresponding
to the given | ||
| Parameters | osid.type.Type | issueConstrainerRecordType | an issue constrainer record type |
| Return | osid.hold.rules.records.IssueConstrainerQueryRecord | the issue constrainer query record | |
| Errors | NULL_ARGUMENT | issueConstrainerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(issueConstrainerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |