Feature #319
Relationship management methods should be created automatically by has_relationship
| Status: | New | Start: | 06/13/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | Feel the Love SPARQL. | |||
| Sponsor: |
Description
relationship management methods should be created automatically by has_relationship
Methods (Assuming relationship "parts":
- parts_append(obj)
- should rely on SemanticNode.add_relationship
- Problem: Base overrides the add_relationship method, so it's not clear which version of the method will be triggered by the generated methods if they rely on that method to add relationships
- parts_remove(obj)
- should rely on SemanticNode.remove_relationship (not implemented)
History
Updated by Matt Zumwalt 411 days ago
- Subject changed from relationship management methods should be created automatically by has_relationship to Relationship management methods should be created automatically by has_relationship
Updated by Matt Zumwalt 378 days ago
- Target version set to 2.0 Release: MODS, Nokogiri & better Solr
Updated by Matt Zumwalt 201 days ago
- Target version changed from 2.0 Release: MODS, Nokogiri & better Solr to Feel the Love SPARQL.