Uses of Interface
org.osid.logging.batch.LogEntryBatchFormList
Packages that use LogEntryBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.logging.batch
service.
-
Uses of LogEntryBatchFormList in org.osid.logging.batch
Methods in org.osid.logging.batch that return LogEntryBatchFormListModifier and TypeMethodDescriptionLogEntryBatchAdminSession.getLogEntryFormsForCreate(long number, Type[] logEntryRecordTypes) Gets the log entry forms for creating a bunch of new log entries.LogEntryBatchAdminSession.getLogEntryFormsForUpdate(IdList logEntryIds) Gets the log entry forms for updating an existing set of log entries.Methods in org.osid.logging.batch with parameters of type LogEntryBatchFormListModifier and TypeMethodDescriptionLogEntryBatchAdminSession.createLogEntries(LogEntryBatchFormList logEntryForms) Creates a new set ofLogEntries.LogEntryBatchAdminSession.updateLogEntries(LogEntryBatchFormList logEntryForms) Updates existing log entries.