OSID Logo
OSID Specifications
recipe package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recipe.ProcedureForm
Implementsosid.OsidObjectForm
Description

This is the form for creating and updating Procedure objects. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the ProcedureAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetProcedureFormRecord
Description

Gets the ProcedureFormRecord corresponding to the given procedure record Type.

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