File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
modules/dataverse-spi/src/main/java/io/gdcc/spi/export Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -84,19 +84,6 @@ public interface Exporter {
8484 default Optional <String > getPrerequisiteFormatName () {
8585 return Optional .empty ();
8686 }
87-
88- /**
89- * Most metadata formats do not require tabular metadata to be generated.
90- * (the 2 known cases that encode variable-level information, as of Dataverse 6.7,
91- * are rich DDI and Croissant). In order to serve it more efficiently,
92- * the data provider may need to be initialized in a special way (with access
93- * to EJBs that in most cases isn't needed), so it may help to know
94- * programmatically whether it's required for this format.
95- * @return Optional<Boolean>
96- */
97- default Optional <Boolean > isNeedsTabularMetadata () {
98- return Optional .of (false );
99- }
10087
10188 /**
10289 * Harvestable Exporters will be available as options in Dataverse's Harvesting mechanism.
You can’t perform that action at this time.
0 commit comments