OSID Logo
OSID Specifications
journaling package
Version 3.1.0
Interfaceosid.journaling.JournalEntryForm
Implementsosid.OsidObjectForm
osid.OsidSubjugateableForm
Implemented Byosid.journaling.batch.JournalEntryBatchForm
Used Byosid.journaling.JournalEntryAdminSession
Description

This is the form for creating and updating JournalEntries. 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.TypejournalEntryRecordType the journal entry record type
Returnosid.journaling.records.JournalEntryFormRecord the journal entry form record
ErrorsNULL_ARGUMENT journalEntryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(journalEntryRecordType) is false
Compliancemandatory This method must be implemented.