summaryrefslogtreecommitdiffstats
path: root/src/test/resources/model/DbEdgeRules_v8.json
AgeCommit message (Collapse)AuthorFilesLines
2018-06-27Apply multiplicity Rule upon Edge creationmichaere1-1478/+0
Uses multiplicity type from dbedge rules json to validate whether to and from vertices meet the multiplicity constraint e.g. ONE2MANY. This validation is applied when creating or updating an edge. Issue-ID: AAI-1197 Change-Id: Id6e78635c5cbea66d8a35e6901b7e1b673125e4e Signed-off-by: michaere <michaere@amdocs.com>
2017-08-22Using DbEdgeRules.json files from aai-core jar.Shwetank Dave1-0/+1478
Before we were aai_relationship_vxx.json files. Now using the edge rules directly from aai-core jar. Issue-ID: AAI-21 Change-Id: Id62494caabc75bc29e4f3558268ec78897946937 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>