Uses of Interface
org.osid.tracking.rules.QueueConstrainerForm
Packages that use QueueConstrainerForm
Package
Description
The Open Service Interface Definitions for the org.osid.tracking.rules
service.
-
Uses of QueueConstrainerForm in org.osid.tracking.rules
Methods in org.osid.tracking.rules that return QueueConstrainerFormModifier and TypeMethodDescriptionQueueConstrainerAdminSession.getQueueConstrainerFormForCreate(Type[] queueConstrainerRecordTypes) Gets the queue constrainer form for creating new queue constrainers.QueueConstrainerAdminSession.getQueueConstrainerFormForUpdate(Id queueConstrainerId) Gets the queue constrainer form for updating an existing queue constrainer.Methods in org.osid.tracking.rules with parameters of type QueueConstrainerFormModifier and TypeMethodDescriptionQueueConstrainerAdminSession.createQueueConstrainer(QueueConstrainerForm queueConstrainerForm) Creates a newQueueConstrainer.voidQueueConstrainerAdminSession.updateQueueConstrainer(QueueConstrainerForm queueConstrainerForm) Updates an existing queue constrainer.