Interface | osid.transaction.batch.UpdateResponse | ||
---|---|---|---|
Implements | osid.OsidCapsule | ||
Description |
Bulk update operations accept a list of | ||
Method | getFormId | ||
Description |
Gets the form | ||
Return | osid.id.Id | the form Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getUpdatedId | ||
Description |
Gets the reference | ||
Return | osid.id.Id | the reference object Id | |
Compliance | mandatory | This method must be implemented. | |
Method | isSuccessful | ||
Description |
Tests if this item within the update operation was successful. | ||
Return | boolean | true if the update operation was successful, false
if it was not successful | |
Compliance | mandatory | This method must be implemented. | |
Method | getErrorMessage | ||
Description |
Gets the error message for an unsuccessful item within the update operation. | ||
Return | osid.locale.DisplayText | the message | |
Errors | ILLEGAL_STATE | isSuccessful() is true | |
Compliance | mandatory | This method must be implemented. |