Uses of Interface
org.osid.provisioning.QueueForm
Packages that use QueueForm
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning
service.
The Open Service Interface Definitions for the org.osid.provisioning.batch
service.
-
Uses of QueueForm in org.osid.provisioning
Methods in org.osid.provisioning that return QueueFormModifier and TypeMethodDescriptionQueueAdminSession.getQueueFormForCreate(Id brokerId, Type[] queueRecordTypes) Gets the queue form for creating new queues.QueueAdminSession.getQueueFormForUpdate(Id queueId) Gets the queue form for updating an existing queue.Methods in org.osid.provisioning with parameters of type QueueFormModifier and TypeMethodDescriptionQueueAdminSession.createQueue(QueueForm queueForm) Creates a newQueue.voidQueueAdminSession.updateQueue(QueueForm queueForm) Updates an existing queue. -
Uses of QueueForm in org.osid.provisioning.batch
Subinterfaces of QueueForm in org.osid.provisioning.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating queues in bulk.