OSID Logo
OSID Specifications
commenting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.commenting.BookForm
Implementsosid.OsidCatalogForm
Description

This is the form for creating and updating Books. Like all OsidForm objects, 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.TypebookRecordTypethe book record type
Returnosid.commenting.records.BookFormRecordthe book form record
ErrorsNULL_ARGUMENT bookRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(bookRecordType) is false
CompliancemandatoryThis method must be implemented.