OSID Logo
OSID Specifications
recipe package
Version 3.1.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.TypecookbookRecordType the cookbook record type
Returnosid.recipe.records.CookbookFormRecord the cookbook form record
ErrorsNULL_ARGUMENT cookbookRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(cookbookRecordType) is false
Compliancemandatory This method must be implemented.