OSID Logo
OSID Specifications
commenting package
Version 3.1.0
Interfaceosid.commenting.BookForm
Implementsosid.OsidCatalogForm
Implemented Byosid.commenting.batch.BookBatchForm
Used Byosid.commenting.BookAdminSession
Description

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

MethodgetBookFormRecord
Description

Gets the BookFormRecord corresponding to the given book record Type.

Parametersosid.type.TypebookRecordType the book record type
Returnosid.commenting.records.BookFormRecord the book form record
ErrorsNULL_ARGUMENT bookRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(bookRecordType) is false
Compliancemandatory This method must be implemented.