Class ReportSupportUtil

java.lang.Object
com.evolveum.midpoint.repo.common.reports.ReportSupportUtil

public class ReportSupportUtil extends Object
General utilities to support report creation. TODO consider a better place for this class
  • Constructor Details

    • ReportSupportUtil

      public ReportSupportUtil()
  • Method Details

    • getExportDir

      public static File getExportDir()
    • getMidPointHomeDirName

      public static String getMidPointHomeDirName()
    • getOrCreateExportDir

      @NotNull public static @NotNull File getOrCreateExportDir()
    • getContentType

      @NotNull public static @NotNull String getContentType(ReportDataType reportData)
      TODO review this method; looks a bit hacked