Interface | osid.inquiry.ResponseSmartInquestSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. A 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 | getResponseQuery | ||
Description |
Gets a response query. | ||
Return | osid.inquiry.ResponseQuery | the response query | |
Compliance | mandatory | This method must be implemented. | |
Method | getResponseSearchOrder | ||
Description |
Gets a response search order. | ||
Return | osid.inquiry.ResponseSearchOrder | the response search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyResponseQuery | ||
Description |
Applies a response query to this inquest. | ||
Parameters | osid.inquiry.ResponseQuery | responseQuery | the response query |
Errors | NULL_ARGUMENT | responseQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | responseQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectResponseQuery | ||
Description |
Gets a response query inspector for this inquest. | ||
Return | osid.inquiry.ResponseQueryInspector | the response query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyResponseSequencing | ||
Description |
Applies a response search order to this inquest. | ||
Parameters | osid.inquiry.ResponseSearchOrder | responseSearchOrder | the response search order |
Errors | NULL_ARGUMENT | responseSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | responseSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getResponseQueryFromInspector | ||
Description |
Gets a response query from an inspector. | ||
Parameters | osid.inquiry.ResponseQueryInspector | responseQueryInspector | a response query inspector |
Return | osid.inquiry.ResponseQuery | the response query | |
Errors | NULL_ARGUMENT | responseQueryInspector is null | |
UNSUPPORTED | responseQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |