OSID Logo
OSID Specifications
provisioning package
Version 3.1.0
Interfaceosid.provisioning.QueueForm
Implementsosid.OsidGovernatorForm
osid.OsidSubjugateableForm
Implemented Byosid.provisioning.batch.QueueBatchForm
Used Byosid.provisioning.QueueAdminSession
Description

This is the form for creating and updating Queues.Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the QueueAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints. Some data may be automatically derived from the queue segments.

MethodgetCanSpecifyProvisionableMetadata
Description

Gets the metadata for the can request provisionables flag.

Returnosid.Metadata metadata for the can request provisionables flag
Compliancemandatory This method must be implemented.
MethodsetCanSpecifyProvisionable
Description

Sets the can request provisionables flag.

ParameterscardinalcanRequest the new can request provisionables flag
ErrorsINVALID_ARGUMENT canRequest is invalid
NO_ACCESS Metadata.isReadOnly() is true
Compliancemandatory This method must be implemented.
MethodclearCanSpecifyProvisionable
Description

Removes the can request provisionables flag.

ErrorsNO_ACCESS Metadata.isRequired() is true or Metadata.isReadOnly() is true
Compliancemandatory This method must be implemented.
MethodgetManagersMetadata
Description

Gets the metadata for the managers.

Returnosid.Metadata metadata for the managers
Compliancemandatory This method must be implemented.
MethodsetManagers
Description

Sets the managers.

Parametersosid.id.IdListmanagerIds the manager Ids
ErrorsINVALID_ARGUMENT managerIds is invalid
NO_ACCESS Metadata.isReadOnly() is true
NULL_ARGUMENT managerIds is null
Compliancemandatory This method must be implemented.
MethodclearManagers
Description

Removes the managers.

ErrorsNO_ACCESS Metadata.isRequired() is true or Metadata.isReadOnly() is true
Compliancemandatory This method must be implemented.
MethodgetQueueFormRecord
Description

Gets the QueueFormRecord corresponding to the given queue record Type.

Parametersosid.type.TypequeueRecordType a queue record type
Returnosid.provisioning.records.QueueFormRecord the queue form record
ErrorsNULL_ARGUMENT queueRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(queueRecordType) is false
Compliancemandatory This method must be implemented.