You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first will attempt to export all the published, local (non-harvested) datasets that haven't been exported yet.
30
-
The second will *force* a re-export of every published, local dataset, regardless of whether it has already been exported or not.
32
+
The second will *force* a re-export of every published, local dataset, regardless of whether it has already been exported or not.
33
+
With the optional olderThan query parameter, the second will *force* re-export of all published, local datasets that were last exported before the olderThan date.
31
34
32
35
The first two calls return a status message informing the administrator that the process has been launched (``{"status":"WORKFLOW_IN_PROGRESS"}``). The administrator can check the progress of the process via log files: ``[Payara directory]/glassfish/domains/domain1/logs/export_[time stamp].log``.
@@ -757,9 +761,17 @@ public void exportAllDatasets(boolean forceReExport) {
757
761
758
762
// can't trust dataset.getPublicationDate(), no.
759
763
DatepublicationDate = dataset.getReleasedVersion().getReleaseTime(); // we know this dataset has a non-null released version! Maybe not - SEK 8/19 (We do now! :)
0 commit comments