| Interface | osid.transaction.batch.DeleteResponse | ||
|---|---|---|---|
| Implements | osid.OsidCapsule | ||
| Description |
While bulk delete operations may accept a list of Some bulk delete operations may operate on a set of
criteria where a list of | ||
| Method | getDeletedId | ||
| 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 delete operation was successful. | ||
| Return | boolean | true if the delete 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 delete operation. | ||
| Return | osid.locale.DisplayText | the message | |
| Errors | ILLEGAL_STATE | isSuccessful() is true | |
| Compliance | mandatory | This method must be implemented. | |