| Interface | osid.tracking.batch.IssueBatchForm | ||
|---|---|---|---|
| Implements | osid.tracking.IssueForm | ||
| Description | 
                 This is the form for creating and updating issues in bulk. 
                  | ||
| Method | getQueueId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the queue  Id   | |
| Errors | ILLEGAL_STATE |  isForUpdate()  is  true   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResourceId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the issue  Id   | |
| Errors | ILLEGAL_STATE |  isForUpdate()  is  true   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | isSubtask | ||
| Description | 
                     Tests if this is for a   | ||
| Return | boolean |  true  if this is for a subtask create,  false  
otehrwise  | |
| Errors | ILLEGAL_STATE |  isForUpdate()  is  true   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMasterIssueId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the issue  Id   | |
| Errors | ILLEGAL_STATE |  isSubtask()  is  false   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the issue  Id   | |
| Errors | ILLEGAL_STATE |  isForUpdate()  is  false   |                 |
| Compliance | mandatory | This method must be implemented. | |