Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.2.0-incubating
-
None
Description
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.