OSID Logo
OSID Specifications
tracking package
Version 3.0.0
Interfaceosid.tracking.QueueForm
Implementsosid.OsidGovernatorForm
Implemented Byosid.tracking.batch.QueueBatchForm
Used Byosid.tracking.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.

MethodgetManagersMetadata
Description

Gets the metadata for the managers.

Returnosid.Metadatametadata for the managers
CompliancemandatoryThis method must be implemented.
MethodsetManagers
Description

Sets the managers.

Parametersosid.id.IdListmanagerIdsthe new managers
ErrorsINVALID_ARGUMENTmanagerIds is invalid
NO_ACCESSMetadata.isReadOnly() is true
NULL_ARGUMENTmanagerIds is null
CompliancemandatoryThis method must be implemented.
MethodclearManagers
Description

Removes the managers.

ErrorsNO_ACCESSMetadata.isRequired() is true or Metadata.isReadOnly() is true
CompliancemandatoryThis method must be implemented.
MethodgetQueueFormRecord
Description

Gets the QueueFormRecord corresponding to the given queue record Type .

Parametersosid.type.TypequeueRecordTypea queue record type
Returnosid.tracking.records.QueueFormRecordthe queue form record
ErrorsNULL_ARGUMENTqueueRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(queueRecordType) is false
CompliancemandatoryThis method must be implemented.