Uses of Interface
org.osid.checklist.ChecklistForm
Packages that use ChecklistForm
Package
Description
The Open Service Interface Definitions for the org.osid.checklist
service.
The Open Service Interface Definitions for the org.osid.checklist.batch
service.
-
Uses of ChecklistForm in org.osid.checklist
Methods in org.osid.checklist that return ChecklistFormModifier and TypeMethodDescriptionChecklistAdminSession.getChecklistFormForCreate(Type[] checklistRecordTypes) Gets the checklist form for creating new checklists.ChecklistAdminSession.getChecklistFormForUpdate(Id checklistId) Gets the checklist form for updating an existing checklist.Methods in org.osid.checklist with parameters of type ChecklistFormModifier and TypeMethodDescriptionChecklistAdminSession.createChecklist(ChecklistForm checklistForm) Creates a newChecklist.voidChecklistAdminSession.updateChecklist(ChecklistForm checklistForm) Updates an existing checklist. -
Uses of ChecklistForm in org.osid.checklist.batch
Subinterfaces of ChecklistForm in org.osid.checklist.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating checklists in bulk.