| Interface | osid.recipe.ProcedureSmartCookbookSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. A This | ||
| Method | getCookbookId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Cookbook Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCookbook | ||
| Description |
Gets the | ||
| Return | osid.recipe.Cookbook | the Cookbook associated with this session | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageSmartCookbooks | ||
| Description |
Tests if this user can manage smart cook books. 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 cook book management is not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcedureQuery | ||
| Description |
Gets a procedure query. | ||
| Return | osid.recipe.ProcedureQuery | the procedure query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcedureSearchOrder | ||
| Description |
Gets a procedure search order. | ||
| Return | osid.recipe.ProcedureSearchOrder | the procedure search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyProcedureQuery | ||
| Description |
Applies a procedure query to this cookbook. | ||
| Parameters | osid.recipe.ProcedureQuery | procedureQuery | the procedure query |
| Errors | NULL_ARGUMENT | procedureQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | procedureQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectProcedureQuery | ||
| Description |
Gets a procedure query inspector for this cookbook. | ||
| Return | osid.recipe.ProcedureQueryInspector | the procedure query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyProcedureSequencing | ||
| Description |
Applies a procedure search order to this cookbook. | ||
| Parameters | osid.recipe.ProcedureSearchOrder | procedureSearchOrder | the procedure search order |
| Errors | NULL_ARGUMENT | procedureSearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | procedureSearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcedureQueryFromInspector | ||
| Description |
Gets a procedure query from an inspector. | ||
| Parameters | osid.recipe.ProcedureQueryInspector | procedureQueryInspector | a query inspector |
| Return | osid.recipe.ProcedureQuery | the procedure query | |
| Errors | NULL_ARGUMENT | procedureQueryInspector is null | |
| UNSUPPORTED | procedureQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |