| Interface | osid.calendaring.batch.CommitmentBatchForm | ||
|---|---|---|---|
| Implements | osid.calendaring.CommitmentForm | ||
| Description |
This is the form for creating and updating commitments in
bulk. | ||
| Method | getEventId | ||
| Description |
Gets the event | ||
| Return | osid.id.Id | the event Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResourceId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the resource Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCommitmentId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the commitment Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |