OSID Logo
OSID Specifications
tracking batch package
Version 3.1.0
Interfaceosid.tracking.batch.IssueBatchForm
Implementsosid.tracking.IssueForm
Used Byosid.tracking.batch.IssueBatchFormList
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.Id the queue Id
ErrorsILLEGAL_STATE isForUpdate() is true
Compliancemandatory This method must be implemented.
MethodgetResourceId
Description

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

Returnosid.id.Id the issue Id
ErrorsILLEGAL_STATE isForUpdate() is true
Compliancemandatory This 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
Compliancemandatory This method must be implemented.
MethodgetMasterIssueId
Description

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

Returnosid.id.Id the issue Id
ErrorsILLEGAL_STATE isSubtask() is false
Compliancemandatory This method must be implemented.
MethodgetIssueId
Description

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

Returnosid.id.Id the issue Id
ErrorsILLEGAL_STATE isForUpdate() is false
Compliancemandatory This method must be implemented.