| Interface | osid.lexicon.ParameterSmartPressSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.lexicon.LexiconManager | ||
osid.lexicon.LexiconProxyManager | |||
| Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. A This | ||
| Method | getPressId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Press Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPress | ||
| Description |
Gets the | ||
| Return | osid.lexicon.Press | the press | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageSmartPresses | ||
| Description |
Tests if this user can manage smart presses. 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 press management is not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParameterQuery | ||
| Description |
Gets a parameter query. | ||
| Return | osid.lexicon.ParameterQuery | the parameter query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParameterSearchOrder | ||
| Description |
Gets a parameter search order. | ||
| Return | osid.lexicon.ParameterSearchOrder | the parameter search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyParameterQuery | ||
| Description |
Applies a parameter query to this press. | ||
| Parameters | osid.lexicon.ParameterQuery | parameterQuery | the parameter query |
| Errors | NULL_ARGUMENT | parameterQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | parameterQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspecParameterQuery | ||
| Description |
Gets a parameter query inspector for this press. | ||
| Return | osid.lexicon.ParameterQueryInspector | the parameter query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyParameterSequencing | ||
| Description |
Applies a parameter search order to this press. | ||
| Parameters | osid.lexicon.ParameterSearchOrder | parameterSearchOrder | the parameter search order |
| Errors | NULL_ARGUMENT | parameterSearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | parameterSearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getParameterQueryFromInspector | ||
| Description |
Gets a parameter query from an inspector. | ||
| Parameters | osid.lexicon.ParameterQueryInspector | parameterQueryInspector | a parameter query inspector |
| Return | osid.lexicon.ParameterQuery | the parameter query | |
| Errors | NULL_ARGUMENT | parameterQueryInspector is null | |
| UNSUPPORTED | parameterQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |