@@ -18,7 +18,8 @@ Because of the above, Naksha has to:
1818
1919### Checking ` modelVersion `
2020
21- [ Mom10Verification] ( src/jvmMain/java/com/here/naksha/mom10/Mom10Verification.java ) is responsible for
21+ [ Mom10Verification] ( src/jvmMain/java/com/here/naksha/mom10/Mom10Verification.java ) is responsible
22+ for
2223checking whether given feature ** has MOM version equal or greater to ` 10.0.0 ` ** .
2324This information can be used to determine whether a further processing is required.
2425
@@ -41,23 +42,24 @@ previously stored MOM 10 feature (described above):
4142- we return feature in the same shape as it was given to Naksha in the writing phase
4243
4344The class responsible for these operations
44- is [ Mom10Transformation] ( ../ java/com/here/naksha/mom10/transform /Mom10Transformation.java) .
45+ is [ Mom10Transformation] ( src/jvmMain/ java/com/here/naksha/mom10/Mom10Transformation.java) .
4546
4647#### Populating old delta
4748
48- | ` @ns:com:here:mom:delta ` properties supported in Naksha V2 (pre MOM 10) | equivalents in ` meta.moderationInfo ` (MOM 10+) |
49- | -------------------------------------------------------------------------| ------------------------------------------------|
50- | ` originId ` | ` originId ` |
51- | ` parentLink ` | ` parentLink ` |
52- | ` changeState ` | ` changeState ` |
53- | ` reviewState ` | ` reviewState ` |
54- | ` streamId ` | not applicable |
55- | ` potentialValue ` | not applicable |
56- | ` priorityCategory ` | not applicable |
57- | ` dueTS ` | not applicable |
58- | ` changeCounter ` | not applicable |
59-
60- Only the properties supported in both old delta NS and new ` moderationInfo ` will be used for population of ` @ns:com:here:mom:delta ` namespace.
49+ | ` @ns:com:here:mom:delta ` properties supported in Naksha (pre MOM 10) | equivalents in ` meta.moderationInfo ` (MOM 10+) |
50+ | ----------------------------------------------------------------------| ------------------------------------------------|
51+ | ` originId ` | ` originId ` |
52+ | ` parentLink ` | ` parentLink ` |
53+ | ` changeState ` | ` changeState ` |
54+ | ` reviewState ` | ` reviewState ` |
55+ | ` streamId ` | not applicable |
56+ | ` potentialValue ` | not applicable |
57+ | ` priorityCategory ` | not applicable |
58+ | ` dueTS ` | not applicable |
59+ | ` changeCounter ` | not applicable |
60+
61+ Only the properties supported in both old delta NS and new ` moderationInfo ` will be used for
62+ population of ` @ns:com:here:mom:delta ` namespace.
6163
6264Pre MOM 10 delta NS
6365model: https://docs.in.here.com/static/169823/1467398/html/#com/here/mom/internal/extension/branch/branch.html
@@ -67,8 +69,9 @@ info: https://here-dev.zoominsoftware.io/docs/bundle/map-object-model-data-speci
6769
6870#### Populating old meta
6971
70- Properties supported by both old ` @ns:com:here:mom:meta ` NS and MOM 10+ ` meta ` property
71- - ` sourceId `
72+ Properties supported by both old ` @ns:com:here:mom:meta ` NS and MOM 10+ ` meta ` property
73+
74+ - ` sourceId `
7275- ` updatedByUser `
7376- ` lastUpdatedBy `
7477- ` modelVersion `
0 commit comments