| Interface | osid.transaction.batch.AliasResponse | ||
|---|---|---|---|
| Implements | osid.OsidCapsule | ||
| Description |
Bulk alias operations accept a list of | ||
| Method | getReferenceId | ||
| Description |
Gets the reference | ||
| Return | osid.id.Id | the reference Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAliasId | ||
| Description |
Gets the alias | ||
| Return | osid.id.Id | the alias Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | isSuccessful | ||
| Description |
Tests if this item within the create operation was successful. | ||
| Return | boolean | true if the alias 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 create operation. | ||
| Return | osid.locale.DisplayText | the message | |
| Errors | ILLEGAL_STATE | isSuccessful() is true | |
| Compliance | mandatory | This method must be implemented. | |