OSID Logo
OSID Specifications
recipe package
Version 3.1.0
Interfaceosid.recipe.ProcedureForm
Implementsosid.OsidObjectForm
Implemented Byosid.recipe.batch.ProcedureBatchForm
Used Byosid.recipe.ProcedureAdminSession
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.TypeprocedureRecordType the procedure record type
Returnosid.recipe.records.ProcedureFormRecord the procedure form record
ErrorsNULL_ARGUMENT procedureRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(procedureRecordType) is false
Compliancemandatory This method must be implemented.