| Interface | osid.recipe.ProcedureQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| Used By | osid.recipe.CookbookQueryInspector | ||
osid.recipe.DirectionQueryInspector | |||
osid.recipe.ProcedureSearchResults | |||
osid.recipe.ProcedureSmartCookbookSession | |||
| Description |
The inspector for examining procedure queries. | ||
| Method | getLearningObjectiveIdTerms | ||
| Description |
Gets the objective | ||
| Return | osid.search.terms.IdTerm[] | the objective Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLearningObjectiveTerms | ||
| Description |
Gets the objective terms. | ||
| Return | osid.learning.ObjectiveQueryInspector[] | the objective terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCookbookIdTerms | ||
| Description |
Gets the cookbook | ||
| Return | osid.search.terms.IdTerm[] | the cookbook Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCookbookTerms | ||
| Description |
Gets the cookbook terms. | ||
| Return | osid.recipe.CookbookQueryInspector[] | the cookbook terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcedureQueryInspectorRecord | ||
| Description |
Gets the procedure query inspector record corresponding
to the given | ||
| Parameters | osid.type.Type | procedureRecordType | a procedure record type |
| Return | osid.recipe.records.ProcedureQueryInspectorRecord | the procedure query inspector record | |
| Errors | NULL_ARGUMENT | procedureRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(procedureRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |