Uses of Interface
org.osid.checklist.batch.ChecklistBatchFormList
Packages that use ChecklistBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.checklist.batch
service.
-
Uses of ChecklistBatchFormList in org.osid.checklist.batch
Methods in org.osid.checklist.batch that return ChecklistBatchFormListModifier and TypeMethodDescriptionChecklistBatchAdminSession.getChecklistFormsForCreate(long number, Type[] checklistRecordTypes) Gets the checklist forms for creating a bunch of new checklists.ChecklistBatchAdminSession.getChecklistFormsForUpdate(IdList checklistIds) Gets the checklist forms for updating an existing set of checklists.Methods in org.osid.checklist.batch with parameters of type ChecklistBatchFormListModifier and TypeMethodDescriptionChecklistBatchAdminSession.createChecklists(ChecklistBatchFormList checklistForms) Creates a new set ofChecklists.ChecklistBatchAdminSession.updateChecklists(ChecklistBatchFormList checklistForms) Updates existing checklists.