| Interface | osid.recipe.Procedure | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
| Description |
A | ||
| Method | getLearningObjectiveIds | ||
| Description |
Gets the | ||
| Return | osid.id.IdList | the objective Ids | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getLearningObjectives | ||
| Description |
Gets the learning objectives required to execute this procedure. | ||
| Return | osid.learning.ObjectiveList | the objectives | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcedureRecord | ||
| Description |
Gets the procedure record corresponding to the given
| ||
| Parameters | osid.type.Type | procedureRecordType | the type of procedure record to retrieve |
| Return | osid.recipe.records.ProcedureRecord | the procedure 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. | |