Uses of Interface
org.osid.logging.batch.LogBatchFormList
Packages that use LogBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.logging.batch
service.
-
Uses of LogBatchFormList in org.osid.logging.batch
Methods in org.osid.logging.batch that return LogBatchFormListModifier and TypeMethodDescriptionLogBatchAdminSession.getLogFormsForCreate(long number, Type[] logRecordTypes) Gets the log forms for creating a bunch of new logs.LogBatchAdminSession.getLogFormsForUpdate(IdList logIds) Gets the log forms for updating an existing set of logs.Methods in org.osid.logging.batch with parameters of type LogBatchFormListModifier and TypeMethodDescriptionLogBatchAdminSession.createLogs(LogBatchFormList logForms) Creates a new set ofLogs.LogBatchAdminSession.updateLogs(LogBatchFormList logForms) Updates existing logs.