| Package | Description |
|---|---|
| org.osid.tracking |
The Open Service Interface Definitions for the org.osid.tracking
service.
|
| org.osid.tracking.batch |
The Open Service Interface Definitions for the org.osid.tracking.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
QueueForm |
QueueAdminSession.getQueueFormForCreate(Type[] queueRecordTypes)
Gets the queue form for creating new queues.
|
QueueForm |
QueueAdminSession.getQueueFormForUpdate(Id queueId)
Gets the queue form for updating an existing queue.
|
| Modifier and Type | Method and Description |
|---|---|
Queue |
QueueAdminSession.createQueue(QueueForm queueForm)
Creates a new
Queue. |
void |
QueueAdminSession.updateQueue(QueueForm queueForm)
Updates an existing queue.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueueBatchForm
This is the form for creating and updating queues in bulk.
|