
|
If you were logged in you would be able to see more operations.
|
|
|
| Proposal: |
1. make includeSubRelationship required (no default) in p1 & ws
2. in rest, default to true
1. make includeSubRelationship required (no default) in p1 & ws
2. in rest, default to true
|
|
Issuing getRelationships() with default values for all arguments (or no arguments) is likely to return no results (even if relationships exist).
Defaults:
relationshipType arg => Relationship Type
includeSubRelationshipType => false
My assumption is that Relationship Type will be abstract (creatable=false) in most Repository implementations.
|
|
Description
|
Issuing getRelationships() with default values for all arguments (or no arguments) is likely to return no results (even if relationships exist).
Defaults:
relationshipType arg => Relationship Type
includeSubRelationshipType => false
My assumption is that Relationship Type will be abstract (creatable=false) in most Repository implementations. |
Show » |
|