Uses of Interface
org.osid.hold.BlockForm
Packages that use BlockForm
Package
Description
The Open Service Interface Definitions for the org.osid.hold
service.
The Open Service Interface Definitions for the org.osid.hold.batch
service.
-
Uses of BlockForm in org.osid.hold
Methods in org.osid.hold that return BlockFormModifier and TypeMethodDescriptionBlockAdminSession.getBlockFormForCreate(Type[] blockRecordTypes) Gets the block form for creating new blocks.BlockAdminSession.getBlockFormForUpdate(Id blockId) Gets the block form for updating an existing block.Methods in org.osid.hold with parameters of type BlockFormModifier and TypeMethodDescriptionBlockAdminSession.createBlock(BlockForm blockForm) Creates a newBlock.voidBlockAdminSession.updateBlock(BlockForm blockForm) Updates an existing block. -
Uses of BlockForm in org.osid.hold.batch
Subinterfaces of BlockForm in org.osid.hold.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating blocks in bulk.