public class GrouperReportLogic extends Object
| Constructor and Description |
|---|
GrouperReportLogic() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteFileFromS3(GrouperReportInstance reportInstance)
delete file from S3 for a given report instance
|
static void |
deleteFromFileSystem(GrouperReportInstance reportInstance)
delete file from file system for a given report instance
|
static String |
getReportContent(GrouperReportInstance reportInstance)
retrieves report content from given report instance
|
static void |
runReport(GrouperReportConfigurationBean reportConfigBean,
GrouperReportInstance reportInstance,
GrouperObject owner)
Deprecated.
use runReportInstance
|
static int |
runReportInstance(GrouperReportConfigurationBean reportConfigBean,
GrouperReportInstance reportInstance,
GrouperObject owner)
run report
|
@Deprecated public static void runReport(GrouperReportConfigurationBean reportConfigBean, GrouperReportInstance reportInstance, GrouperObject owner)
reportConfigBean - reportInstance - owner - public static int runReportInstance(GrouperReportConfigurationBean reportConfigBean, GrouperReportInstance reportInstance, GrouperObject owner)
reportConfigBean - reportInstance - owner - public static String getReportContent(GrouperReportInstance reportInstance)
reportInstance - public static void deleteFromFileSystem(GrouperReportInstance reportInstance)
reportInstance - public static void deleteFileFromS3(GrouperReportInstance reportInstance)
reportInstance - Copyright © 2016 Internet2. All rights reserved.