OSID Logo
OSID Specifications
tracking batch package
Version 3.0.0
Release Candidate Preview
Interfaceosid.tracking.batch.IssueBatchForm
Implementsosid.tracking.IssueForm
Description

This is the form for creating and updating issues in bulk. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the IssueBatchAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetQueueId
Description

Gets the Id of the queue if this is a create transaction.

Returnosid.id.Idthe queue Id
ErrorsILLEGAL_STATE isForUpdate() is true
CompliancemandatoryThis method must be implemented.
MethodgetResourceId
Description

Gets the Id of the resource if this is a create transaction.

Returnosid.id.Idthe issue Id
ErrorsILLEGAL_STATE isForUpdate() is true
CompliancemandatoryThis method must be implemented.
MethodisSubtask
Description

Tests if this is for a createSubtask() transaction.

Returnboolean true if this is for a subtask create, false otehrwise
ErrorsILLEGAL_STATE isForUpdate() is true
CompliancemandatoryThis method must be implemented.
MethodgetMasterIssueId
Description

Gets the Id of the master issue if this is a create transaction for a subtask.

Returnosid.id.Idthe issue Id
ErrorsILLEGAL_STATE isSubtask() is false
CompliancemandatoryThis method must be implemented.
MethodgetIssueId
Description

Gets the Id of the issue to be updated if this is an update transaction.

Returnosid.id.Idthe issue Id
ErrorsILLEGAL_STATE isForUpdate() is false
CompliancemandatoryThis method must be implemented.