Class UserManagerExporter

All Implemented Interfaces:
Exporter

public class UserManagerExporter extends TreeNodeExporter
  • Field Details

  • Constructor Details

    • UserManagerExporter

      public UserManagerExporter()
  • Method Details

    • getExporterId

      public String getExporterId()
    • getDisplayNameFor

      public String getDisplayNameFor(ExportedItem exportedItem)
      Description copied from interface: Exporter
      Generates a name for the ExportedItem to display to the user
      Specified by:
      getDisplayNameFor in interface Exporter
      Overrides:
      getDisplayNameFor in class ExporterImpl<TreeNodeExportItemConfig>
      Parameters:
      exportedItem -
    • 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