Uses of Interface
org.osid.inquiry.batch.AuditBatchFormList
Packages that use AuditBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.inquiry.batch
service.
-
Uses of AuditBatchFormList in org.osid.inquiry.batch
Methods in org.osid.inquiry.batch that return AuditBatchFormListModifier and TypeMethodDescriptionAuditBatchAdminSession.getAuditFormsForCreate(long n, Type[] auditRecordTypes) Gets the audit forms for creating a bunch of new audtits.AuditBatchAdminSession.getAuditFormsForUpdate(IdList auditIds) Gets the audit forms for updating an existing set of audits.Methods in org.osid.inquiry.batch with parameters of type AuditBatchFormListModifier and TypeMethodDescriptionAuditBatchAdminSession.createAudits(AuditBatchFormList auditForms) Creates a new set ofAudits.AuditBatchAdminSession.updateAudits(AuditBatchFormList auditForms) Updates existing auditis.