| Interface | osid.hold.rules.IssueConstrainerEnablerQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Implemented By | osid.hold.rules.IssueConstrainerEnablerSearchSession | ||
| Used By | osid.hold.rules.HoldRulesManager | ||
osid.hold.rules.HoldRulesProxyManager | |||
| Description |
This session provides methods for searching among
This session defines views that offer differing behaviors for searching.
Issue constrainer enablers may have a query record
indicated by their respective record types. The query record
is accessed via the | ||
| Method | getOublietteId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Oubliette Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOubliette | ||
| Description |
Gets the | ||
| Return | osid.hold.Oubliette | the oubliette | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canSearchIssueConstrainerEnablers | ||
| Description |
Tests if this user can perform
| ||
| Return | boolean | false if search methods are not authorized, true
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useFederatedOublietteView | ||
| Description |
Federates the view for methods in this session. A federated view will include issue constrainer enablers in oubliettes which are children of this oubliette in the oubliette hierarchy. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedOublietteView | ||
| Description |
Isolates the view for methods in this session. An isolated view restricts searches to this oubliette only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getIssueConstrainerEnablerQuery | ||
| Description |
Gets an issue constrainer enabler query. | ||
| Return | osid.hold.rules.IssueConstrainerEnablerQuery | the issue constrainer enabler query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueConstrainerEnablersByQuery | ||
| Description |
Gets a list of | ||
| Parameters | osid.hold.rules.IssueConstrainerEnablerQuery | issueConstrainerEnablerQuery | the issue constrainer enabler query |
| Return | osid.hold.rules.IssueConstrainerEnablerList | the returned IssueConstrainerEnablerList | |
| Errors | NULL_ARGUMENT | issueConstrainerEnablerQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | issueConstrainerEnablerQuery did not originate from
getIssueConstrainerEnablerQuery() | ||
| Compliance | mandatory | This method must be implemented. | |