Uses of Interface
org.osid.hold.HoldForm
Packages that use HoldForm
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 HoldForm in org.osid.hold
Methods in org.osid.hold that return HoldFormModifier and TypeMethodDescriptionHoldAdminSession.getHoldFormForCreateForAgent(Id issueId, Id agentId, Type[] holdRecordTypes) Gets the hold form for creating new holds.HoldAdminSession.getHoldFormForCreateForResource(Id issueId, Id resourceId, Type[] holdRecordTypes) Gets the hold form for creating new holds.HoldAdminSession.getHoldFormForUpdate(Id holdId) Gets the hold form for updating an existing hold.Methods in org.osid.hold with parameters of type HoldFormModifier and TypeMethodDescriptionHoldAdminSession.createHold(HoldForm holdForm) Creates a newHold.voidHoldAdminSession.updateHold(HoldForm holdForm) Updates an existing hold. -
Uses of HoldForm in org.osid.hold.batch
Subinterfaces of HoldForm in org.osid.hold.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating holds in bulk.