OSID Logo
OSID Specifications
journaling package
Version 3.1.0
Interfaceosid.journaling.JournalForm
Implementsosid.OsidCatalogForm
Implemented Byosid.journaling.batch.JournalBatchForm
Used Byosid.journaling.JournalAdminSession
Description

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

MethodgetJournalFormRecord
Description

Gets the JournalFormRecord corresponding to the given journal record Type.

Parametersosid.type.TypejournalRecordType the journal record type
Returnosid.journaling.records.JournalFormRecord the journal form record
ErrorsNULL_ARGUMENT journalRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(journalRecordType) is false
Compliancemandatory This method must be implemented.