Uses of Interface
org.osid.hold.batch.HoldBatchFormList
Packages that use HoldBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.hold.batch
service.
-
Uses of HoldBatchFormList in org.osid.hold.batch
Methods in org.osid.hold.batch that return HoldBatchFormListModifier and TypeMethodDescriptionHoldBatchAdminSession.getHoldFormsForCreateForAgents(HoldAgentPeerList peers, Type[] holdRecordTypes) Gets the hold forms for creating a bunch of new holds.HoldBatchAdminSession.getHoldFormsForCreateForResources(HoldResourcePeerList peers, Type[] holdRecordTypes) Gets the hold forms for creating a bunch of new holds.HoldBatchAdminSession.getHoldFormsForUpdate(IdList holdIds) Gets the hold forms for updating an existing set of holds.Methods in org.osid.hold.batch with parameters of type HoldBatchFormListModifier and TypeMethodDescriptionHoldBatchAdminSession.createHolds(HoldBatchFormList holdForms) Creates a new set ofHolds.HoldBatchAdminSession.updateHolds(HoldBatchFormList holdForms) Updates existing holds.