Class DatasourceManagerExporter

java.lang.Object
net.datenwerke.eximport.ex.ExporterImpl<TreeNodeExportItemConfig>
net.datenwerke.treedb.ext.service.eximport.TreeNodeExporter
net.datenwerke.rs.base.ext.service.datasourcemanager.eximport.DatasourceManagerExporter
All Implemented Interfaces:
Exporter

public class DatasourceManagerExporter extends TreeNodeExporter
  • Field Details

  • Constructor Details

    • DatasourceManagerExporter

      public DatasourceManagerExporter()
  • Method Details

    • getExporterId

      public String getExporterId()
    • getAllowedReferenceTypes

      public Set<Class<?>> getAllowedReferenceTypes()
      Description copied from class: TreeNodeExporter
      Returns the set of reference types that are allowed to be exported when encountered during the export of this tree.

      The returned classes define which referenced objects may be included in the export graph. When the export services encounter a reference to another object, the object will only be considered exportable if its type is compatible with one of the classes returned by this method.

      Specified by:
      getAllowedReferenceTypes in class TreeNodeExporter
      Returns:
      the set of allowed reference types for this exporter