Uses of Interface
org.osid.blogging.EntryForm
Packages that use EntryForm
Package
Description
The Open Service Interface Definitions for the org.osid.blogging
service.
The Open Service Interface Definitions for the org.osid.blogging.batch
service.
-
Uses of EntryForm in org.osid.blogging
Methods in org.osid.blogging that return EntryFormModifier and TypeMethodDescriptionEntryAdminSession.getEntryFormForCreate(Type[] entryRecordTypes) Gets the entry form for creating new entries.EntryAdminSession.getEntryFormForUpdate(Id entryId) Gets the entry form for updating an existing entry.Methods in org.osid.blogging with parameters of type EntryFormModifier and TypeMethodDescriptionEntryAdminSession.createEntry(EntryForm entryForm) Creates a newEntry.voidEntryAdminSession.updateEntry(EntryForm entryForm) Updates an existing entry. -
Uses of EntryForm in org.osid.blogging.batch
Subinterfaces of EntryForm in org.osid.blogging.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating entries in bulk.