Uses of Interface
org.osid.subscription.rules.DispatchConstrainerForm
Packages that use DispatchConstrainerForm
Package
Description
The Open Service Interface Definitions for the org.osid.subscription.rules
service.
-
Uses of DispatchConstrainerForm in org.osid.subscription.rules
Methods in org.osid.subscription.rules that return DispatchConstrainerFormModifier and TypeMethodDescriptionDispatchConstrainerAdminSession.getDispatchConstrainerFormForCreate(Type[] dispatchConstrainerRecordTypes) Gets the dispatch constrainer form for creating new dispatch constrainers.DispatchConstrainerAdminSession.getDispatchConstrainerFormForUpdate(Id dispatchConstrainerId) Gets the dispatch constrainer form for updating an existing dispatch constrainer.Methods in org.osid.subscription.rules with parameters of type DispatchConstrainerFormModifier and TypeMethodDescriptionDispatchConstrainerAdminSession.createDispatchConstrainer(DispatchConstrainerForm dispatchConstrainerForm) Creates a newDispatchConstrainer.voidDispatchConstrainerAdminSession.updateDispatchConstrainer(DispatchConstrainerForm dispatchConstrainerForm) Updates an existing dispatch constrainer.