OSID Logo
OSID Specifications
journaling package
Version 3.0.0
Release Candidate Preview
Interfaceosid.journaling.JournalEntryForm
Implementsosid.OsidObjectForm
osid.OsidSubjugateableForm
Description

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

MethodgetJournalEntryFormRecord
Description

Gets the JournalEntryFormRecord corresponding to the given journal entry record Type.

Parametersosid.type.TypejournalEntryRecordTypethe journal entry record type
Returnosid.journaling.records.JournalEntryFormRecordthe journal entry form record
ErrorsNULL_ARGUMENT journalEntryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(journalEntryRecordType) is false
CompliancemandatoryThis method must be implemented.