Uses of Interface
org.osid.journaling.JournalForm
Packages that use JournalForm
Package
Description
The Open Service Interface Definitions for the org.osid.journaling
service.
The Open Service Interface Definitions for the org.osid.journaling.batch
service.
-
Uses of JournalForm in org.osid.journaling
Methods in org.osid.journaling that return JournalFormModifier and TypeMethodDescriptionJournalAdminSession.getJournalFormForCreate(Type[] journalRecordTypes) Gets the journal form for creating new journals.JournalAdminSession.getJournalFormForUpdate(Id journalId) Gets the journal form for updating an existing journal.Methods in org.osid.journaling with parameters of type JournalFormModifier and TypeMethodDescriptionJournalAdminSession.createJournal(JournalForm journalForm) Creates a newJournal.voidJournalAdminSession.updateJournal(JournalForm journalForm) Updates an existing journal. -
Uses of JournalForm in org.osid.journaling.batch
Subinterfaces of JournalForm in org.osid.journaling.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating journals in bulk.