OSID Logo
OSID Specifications
recipe package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recipe.Procedure
Implementsosid.OsidObject
Description

A Procedure is an action.

MethodgetLearningObjectiveIds
Description

Gets the Ids of the learning objectives required to execute this procedure.

Returnosid.id.IdListthe objective Ids
CompliancemandatoryThis method must be implemented.
MethodgetLearningObjectives
Description

Gets the learning objectives required to execute this procedure.

Returnosid.learning.ObjectiveListthe objectives
ErrorsOPERATION_FAILEDunable to complete request
CompliancemandatoryThis method must be implemented.
MethodgetProcedureRecord
Description

Gets the procedure record corresponding to the given Procedure record Type. This method is used to retrieve an object implementing the requested record. The procedureRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(procedureRecordType) is true .

Parametersosid.type.TypeprocedureRecordTypethe type of procedure record to retrieve
Returnosid.recipe.records.ProcedureRecordthe procedure record
ErrorsNULL_ARGUMENT procedureRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(procedureRecordType) is false
CompliancemandatoryThis method must be implemented.