Interface | osid.relationship.batch.RelationshipBatchForm | ||
---|---|---|---|
Implements | osid.relationship.RelationshipForm | ||
Description |
This is the form for creating and updating relationships in
bulk. | ||
Method | getSourceNodeId | ||
Description |
Gets the | ||
Return | osid.id.Id | the node Id | |
Errors | ILLEGAL_STATE | isForUpdate() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getDestinationNodeId | ||
Description |
Gets the | ||
Return | osid.id.Id | the node Id | |
Errors | ILLEGAL_STATE | isForUpdate() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getRelationshipId | ||
Description |
Gets the | ||
Return | osid.id.Id | the relationship Id | |
Errors | ILLEGAL_STATE | isForUpdate() is false | |
Compliance | mandatory | This method must be implemented. |