| Interface | osid.hold.rules.IssueConstrainerEnablerSmartOublietteSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.hold.rules.HoldRulesManager | ||
osid.hold.rules.HoldRulesProxyManager | |||
| Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. An
This | ||
| 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 | canManageSmartOubliettes | ||
| Description |
Tests if this user can manage smart oubliettes. A
return of true does not guarantee successful
authorization. A return of false indicates that it is
known methods in this session will result in a
| ||
| Return | boolean | false if smart oubliette management is not authorized,
true otherwise | |
| Compliance | mandatory | This method 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 | getIssueConstrainerEnablerSearchOrder | ||
| Description |
Gets an issue constrainer enabler search order. | ||
| Return | osid.hold.rules.IssueEnablerSearchOrder | the issue constrainer enabler search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyIssueConstrainerEnablerQuery | ||
| Description |
Applies an issue constrainer enabler query to this oubliette. | ||
| Parameters | osid.hold.rules.IssueConstrainerEnablerQuery | issueConstrainerEnablerQuery | the issue constrainer enabler query |
| Errors | NULL_ARGUMENT | issueConstrainerEnablerQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | issueConstrainerEnablerQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectIssueConstrainerEnablerQuery | ||
| Description |
Gets an issue constrainer enabler query inspector for this oubliette. | ||
| Return | osid.hold.rules.IssueConstrainerEnablerQueryInspector | the issue constrainer enabler query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyIssueConstrainerEnablerSequencing | ||
| Description |
Applies an issue constrainer enabler search order to this oubliette. | ||
| Parameters | osid.hold.rules.IssueConstrainerEnablerSearchOrder | issueConstrainerEnablerSearchOrder | the issue constrainer enabler search order |
| Errors | NULL_ARGUMENT | issueConstrainerEnablerSearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | issueConstrainerEnablerSearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueConstrainerEnablerQueryFromInspector | ||
| Description |
Gets an issue constrainer enabler query from an inspector. | ||
| Parameters | osid.hold.rules.IssueConstrainerEnablerQueryInspector | issueConstrainerEnablerQueryInspector | an issue constrainer enabler query inspector |
| Return | osid.hold.rules.IssueConstrainerEnablerQuery | the issue constrainer enabler query | |
| Errors | NULL_ARGUMENT | issueConstrainerEnablerQueryInspector is null | |
| UNSUPPORTED | issueConstrainerEnablerQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |