Uses of Interface
org.osid.subscription.DispatchForm
Packages that use DispatchForm
Package
Description
The Open Service Interface Definitions for the org.osid.subscription
service.
The Open Service Interface Definitions for the org.osid.subscription.batch
service.
-
Uses of DispatchForm in org.osid.subscription
Methods in org.osid.subscription that return DispatchFormModifier and TypeMethodDescriptionDispatchAdminSession.getDispatchFormForCreate(Type[] dispatchRecordTypes) Gets the dispatch form for creating new dispatches.DispatchAdminSession.getDispatchFormForUpdate(Id dispatchId) Gets the dispatch form for updating an existing dispatch.Methods in org.osid.subscription with parameters of type DispatchFormModifier and TypeMethodDescriptionDispatchAdminSession.createDispatch(DispatchForm dispatchForm) Creates a newDispatch.voidDispatchAdminSession.updateDispatch(DispatchForm dispatchForm) Updates an existing dispatch. -
Uses of DispatchForm in org.osid.subscription.batch
Subinterfaces of DispatchForm in org.osid.subscription.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating dispatches in bulk.