-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.2.0-incubating
-
Fix Version/s: tidy-up
-
Component/s: ZZZ Mothballed: Objectstore: NoSQL
-
Labels:None
Following on from ISIS-194, the nosql (mongodb) objectstore works with SerialOid, that is not an OidWithSpecification. This means that it cannot be used with the json viewer.
Enhance the nosql object store by introducing a NoSqlOid (similar to the SqlOid used by SQL object store) that implements OidWithSpecification. This will allow the json viewer and mongo object store to be coupled together.