OSID Logo
OSID Specifications
recipe package
Version 3.0.0
Interfaceosid.recipe.CookbookForm
Implementsosid.OsidCatalogForm
Implemented Byosid.recipe.batch.CookbookBatchForm
Used Byosid.recipe.CookbookAdminSession
Description

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

MethodgetCookbookFormRecord
Description

Gets the CookbookFormRecord corresponding to the given cookbook record Type .

Parametersosid.type.TypecookbookRecordTypethe cookbook record type
Returnosid.recipe.records.CookbookFormRecordthe cookbook form record
ErrorsNULL_ARGUMENTcookbookRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(cookbookRecordType) is false
CompliancemandatoryThis method must be implemented.