Interface | osid.transaction.batch.CreateResponse | ||
---|---|---|---|
Implements | osid.OsidCapsule | ||
Description |
Bulk create 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 | isSuccessful | ||
Description |
Tests if this item within the create operation was successful. | ||
Return | boolean | true if the create operation was successful, false
if it was not successful | |
Compliance | mandatory | This method must be implemented. | |
Method | getCreatedId | ||
Description |
Gets the | ||
Return | osid.id.Id | the reference object Id | |
Errors | ILLEGAL_STATE | isSuccessful() is false | |
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. |