Uses of Interface
org.osid.logging.LogEntryForm
Packages that use LogEntryForm
Package
Description
The Open Service Interface Definitions for the org.osid.logging
service.
The Open Service Interface Definitions for the org.osid.logging.batch
service.
-
Uses of LogEntryForm in org.osid.logging
Methods in org.osid.logging that return LogEntryFormModifier and TypeMethodDescriptionLoggingSession.getLogEntryForm()Gets a log entry form for creating a log entry.LogEntryAdminSession.getLogEntryFormForCreate(Type[] logEntryRecordTypes) Gets the log entry form for creating new log entries.LogEntryAdminSession.getLogEntryFormForUpdate(Id logEntryId) Gets the log entry form for updating an existing log.Methods in org.osid.logging with parameters of type LogEntryFormModifier and TypeMethodDescriptionLogEntryAdminSession.createLogEntry(LogEntryForm logEntryForm) Creates a newLogEntry.voidLoggingSession.createLogEntry(LogEntryForm logEntryForm) Logs an entry through the log entry form.voidLogEntryAdminSession.updateLogEntry(LogEntryForm logEntryForm) Updates an existing log entry. -
Uses of LogEntryForm in org.osid.logging.batch
Subinterfaces of LogEntryForm in org.osid.logging.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating log entries in bulk.