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 Summary
Constructors Constructor Description ReportSupportUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NotNull String
getContentType(ReportDataType reportData)
TODO review this method; looks a bit hackedstatic File
getExportDir()
static String
getMidPointHomeDirName()
static @NotNull File
getOrCreateExportDir()
-
-
-
Method Detail
-
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
-
-