| Interface | osid.recipe.ProcedureQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| 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 cook book | ||
| Return | osid.search.terms.IdTerm[] | the cook book Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCookbookTerms | ||
| Description |
Gets the cook book terms. | ||
| Return | osid.recipe.CookbookQueryInspector[] | the cook book 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. | |