Uses of Interface
org.osid.hold.batch.BlockBatchFormList
Packages that use BlockBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.hold.batch
service.
-
Uses of BlockBatchFormList in org.osid.hold.batch
Methods in org.osid.hold.batch that return BlockBatchFormListModifier and TypeMethodDescriptionBlockBatchAdminSession.getBlockFormsForCreate(long number, Type[] blockRecordTypes) Gets the block forms for creating a bunch of new blocks.BlockBatchAdminSession.getBlockFormsForUpdate(IdList blockIds) Gets the block forms for updating an existing set of blocks.Methods in org.osid.hold.batch with parameters of type BlockBatchFormListModifier and TypeMethodDescriptionBlockBatchAdminSession.createBlocks(BlockBatchFormList blockForms) Creates a new set ofBlocks.BlockBatchAdminSession.updateBlocks(BlockBatchFormList blockForms) Updates existing blocks.