| Interface | osid.dictionary.batch.EntryBatchForm | ||
|---|---|---|---|
| Implements | osid.dictionary.EntryForm | ||
| Description |
This is the form for creating and updating entries in bulk.
| ||
| Method | getKeyType | ||
| Description |
Gets the key type of the entry if this is a create transaction. | ||
| Return | osid.type.Type | the key type | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getKey | ||
| Description |
Gets the value of the entry if this is a create transaction. | ||
| Return | object | the value | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getValueType | ||
| Description |
Gets the value type of the entry if this is a create transaction. | ||
| Return | osid.type.Type | the value type | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEntryId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the entry Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |