| Interface | osid.inquiry.rules.AuditConstrainerEnablerSmartInquestSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.inquiry.rules.InquiryRulesManager | ||
osid.inquiry.rules.InquiryRulesProxyManager | |||
| Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. An
This | ||
| Method | getInquestId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Inquest Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquest | ||
| Description |
Gets the | ||
| Return | osid.inquiry.Inquest | the inquest | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageSmartInquests | ||
| Description |
Tests if this user can manage smart inquests. 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 inquest management is not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditConstrainerEnablerQuery | ||
| Description |
Gets an audit constrainer enabler query. | ||
| Return | osid.inquiry.rules.AuditConstrainerEnablerQuery | the audit constrainer enabler query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditConstrainerEnablerSearchOrder | ||
| Description |
Gets an audit constrainer enabler search order. | ||
| Return | osid.inquiry.rules.AuditEnablerSearchOrder | the audit constrainer enabler search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyAuditConstrainerEnablerQuery | ||
| Description |
Applies an audit constrainer enabler query to this inquest. | ||
| Parameters | osid.inquiry.rules.AuditConstrainerEnablerQuery | auditConstrainerEnablerQuery | the audit constrainer enabler query |
| Errors | NULL_ARGUMENT | auditConstrainerEnablerQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | auditConstrainerEnablerQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectAuditConstrainerEnablerQuery | ||
| Description |
Gets an audit constrainer enabler query inspector for this inquest. | ||
| Return | osid.inquiry.rules.AuditConstrainerEnablerQueryInspector | the audit constrainer enabler query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyAuditConstrainerEnablerSequencing | ||
| Description |
Applies an audit constrainer enabler search order to this inquest. | ||
| Parameters | osid.inquiry.rules.AuditConstrainerEnablerSearchOrder | auditConstrainerEnablerSearchOrder | the audit constrainer enabler search order |
| Errors | NULL_ARGUMENT | auditConstrainerEnablerSearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | auditConstrainerEnablerSearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditConstrainerEnablerQueryFromInspector | ||
| Description |
Gets an audit constrainer enabler query from an inspector. | ||
| Parameters | osid.inquiry.rules.AuditConstrainerEnablerQueryInspector | auditConstrainerEnablerQueryInspector | an audit constrainer enabler query inspector |
| Return | osid.inquiry.rules.AuditConstrainerEnablerQuery | the audit constrainer enabler query | |
| Errors | NULL_ARGUMENT | auditConstrainerEnablerQueryInspector is null | |
| UNSUPPORTED | auditConstrainerEnablerQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |