OSID Logo
OSID Specifications
recipe package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recipe.CookbookForm
Implementsosid.OsidCatalogForm
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_ARGUMENT cookbookRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(cookbookRecordType) is false
CompliancemandatoryThis method must be implemented.