The versioning branch has some files with rules. The rules have some questions:
+# List of the functions:
+#
+# EUDATVersioning(*source, *destination, *registered, *recursive, *versionPatternStr, *lastUpdateOn, *response)
+# EUDATCreateVerionWithPID(*source, *destination, *recursive, *versionPatternStr, *lastUpdateOn, *response)
+# EUDATCreateVerionNoPID(*source, *destination, *recursive, *versionPatternStr, *response)
+# EUDATCreateVersionOfDataObjRegPID(*source, *destination, *versionNumbPrefixStr, *lastUpdateOn, *status)
+# EUDATCreateVersionOfDataObj(*source, *destination, *versionNumbPrefixStr, *status)
+# EUDATGetAllVersionsOfDataObj(*source, *destination, *versionNumbPrefixStr, *ListOfAllVersions)
+# EUDATListAllVersionsOfDataObj(*source, *destination, *versionNumbPrefixStr)
+# MY_EUDATSearchAndCreatePID(*path, *pid)
+# MY_EUDATPIDRegistration(*parentPID, *source, *destination, *notification, *do_version, *lastUpdateOn, *prevVersionPath, *prevVersionPID, *registration_response)
+# MY_EUDATCreatePID(*parent_pid, *path, *ror, *fio, *fixed, *do_version, *lastUpdateOn, *newPID)
+# MY_EUDATePIDremove(*path, *force)
+# MY_EUDATUpdatePIDWithNewChild(*parentPID, *childPID, *field)
Why the MY_EUDAT rules/entrie points. I do not think they should be in the general code.
My 2 cents.
Hi,
The versioning branch has some files with rules. The rules have some questions:
Sometimes it states
Verioninstead ofVersion. So a typo which should be fixed.Why the MY_EUDAT rules/entrie points. I do not think they should be in the general code.
My 2 cents.