Uses of Interface
org.osid.tracking.QueueForm
Packages that use QueueForm
Package
Description
The Open Service Interface Definitions for the org.osid.tracking
service.
The Open Service Interface Definitions for the org.osid.tracking.batch
service.
-
Uses of QueueForm in org.osid.tracking
Methods in org.osid.tracking that return QueueFormModifier and TypeMethodDescriptionQueueAdminSession.getQueueFormForCreate(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.tracking 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.tracking.batch
Subinterfaces of QueueForm in org.osid.tracking.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating queues in bulk.