Uses of Interface
org.osid.tracking.batch.QueueBatchFormList
Packages that use QueueBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.tracking.batch
service.
-
Uses of QueueBatchFormList in org.osid.tracking.batch
Methods in org.osid.tracking.batch that return QueueBatchFormListModifier and TypeMethodDescriptionQueueBatchAdminSession.getQueueFormsForCreate(long number, Type[] queueRecordTypes) Gets the queue forms for creating a bunch of new queues.QueueBatchAdminSession.getQueueFormsForUpdate(IdList queueIds) Gets the queue forms for updating an existing set of queues.Methods in org.osid.tracking.batch with parameters of type QueueBatchFormListModifier and TypeMethodDescriptionQueueBatchAdminSession.createQueues(QueueBatchFormList queueForms) Creates a new set ofQueues.QueueBatchAdminSession.updateQueues(QueueBatchFormList queueForms) Updates existing queues.