File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/dataverse-spi/src/main/java/io/gdcc/spi/export Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public interface ExportDataProvider {
2121 * OAI_ORE export are the only two that provide 'complete'
2222 * dataset-level metadata along with basic file metadata for each file
2323 * in the dataset.
24- * @param options - optional argument(s). currently supports DatasetMetadataOnly:
24+ * @param options - optional argument(s). needs to support ExportDataOption. DatasetMetadataOnly:
2525 * in a situation where we need to generate a format like DC,
2626 * that has no use for file-level metadata, it makes sense to
2727 * skip retrieving and formatting it, since there can be quite a few
@@ -63,7 +63,7 @@ public interface ExportDataProvider {
6363 * Intended for datasets with massive numbers of tabular files and datavariables.
6464 * @param offset (can be null)
6565 * @param length (can be null)
66- * @param options (optional) supports PublicFilesOnly;
66+ * @param options (optional) current use case is ExportDataOption. PublicFilesOnly;
6767 * @return json array containing the datafile/filemetadata->datatable->datavariable metadata
6868 * @throws ExportException
6969 */
You can’t perform that action at this time.
0 commit comments