Uses of Interface
org.osid.inquiry.batch.InquestBatchFormList
Packages that use InquestBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.inquiry.batch
service.
-
Uses of InquestBatchFormList in org.osid.inquiry.batch
Methods in org.osid.inquiry.batch that return InquestBatchFormListModifier and TypeMethodDescriptionInquestBatchAdminSession.getInquestFormsForCreate(long number, Type[] inquestRecordTypes) Gets the inquest forms for creating a bunch of new inquests.InquestBatchAdminSession.getInquestFormsForUpdate(IdList inquestIds) Gets the inquest forms for updating an existing set of inquests.Methods in org.osid.inquiry.batch with parameters of type InquestBatchFormListModifier and TypeMethodDescriptionInquestBatchAdminSession.createInquests(InquestBatchFormList inquestForms) Creates a new set ofInquests.InquestBatchAdminSession.updateInquests(InquestBatchFormList inquestForms) Updates existing inquests.