Uses of Interface
org.osid.recognition.batch.ConferralBatchFormList
Packages that use ConferralBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.recognition.batch
service.
-
Uses of ConferralBatchFormList in org.osid.recognition.batch
Methods in org.osid.recognition.batch that return ConferralBatchFormListModifier and TypeMethodDescriptionConferralBatchAdminSession.getConferralFormsForCreate(ConferralPeerList peers, Type[] conferralRecordTypes) Gets the conferral forms for creating a bunch of new conferrals.ConferralBatchAdminSession.getConferralFormsForUpdate(IdList conferralIds) Gets the conferral forms for updating an existing set of conferrals.Methods in org.osid.recognition.batch with parameters of type ConferralBatchFormListModifier and TypeMethodDescriptionConferralBatchAdminSession.createConferrals(ConferralBatchFormList conferralForms) Creates a new set ofConferrals.ConferralBatchAdminSession.updateConferrals(ConferralBatchFormList conferralForms) Updates existing conferrals.