Class DatasinkManagerExporter

All Implemented Interfaces:
Exporter

public class DatasinkManagerExporter extends TreeNodeExporter
  • Field Details

  • Constructor Details

    • DatasinkManagerExporter

      public DatasinkManagerExporter()
  • 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