| Interface | osid.resource.batch.ResourceRelationshipBatchForm | ||
|---|---|---|---|
| Implements | osid.resource.ResourceRelationshipForm | ||
| Description |
This is the form for creating and updating resource
relationships in bulk. Like all | ||
| Method | getSourceResourceId | ||
| Description |
Gets the source | ||
| Return | osid.id.Id | the source resource Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDestinationResourceId | ||
| Description |
Gets the destination | ||
| Return | osid.id.Id | the destination resource Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getResourceRelationshipId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the resource relationship Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |