OSID Logo
OSID Specifications
journaling package
Version 3.0.0
Release Candidate Preview
Interfaceosid.journaling.JournalForm
Implementsosid.OsidCatalogForm
Description

This is the form for creating and updating Journals. Like all OsidForm objects, 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.TypejournalRecordTypethe journal record type
Returnosid.journaling.records.JournalFormRecordthe journal form record
ErrorsNULL_ARGUMENT journalRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(journalRecordType) is false
CompliancemandatoryThis method must be implemented.