Interface EmailDatasinkRpcServiceAsync
public interface EmailDatasinkRpcServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoidexportFileIntoDatasink(AbstractFileServerNodeDto abstractNodeDto, DatasinkDefinitionDto datasinkDto, String name, String folder, boolean compressed, String subject, String message, List<StrippedDownUser> recipients, <any> transformAndKeepCallback) voidexportReportIntoDatasink(ReportDto reportDto, String executorToken, DatasinkDefinitionDto datasinkDefinitionDto, String format, List<ReportExecutionConfigDto> configs, String name, String subject, String message, boolean compressed, List<StrippedDownUser> recipients, <any> callback) voidgetDefaultDatasink(<any> callback) voidgetStorageEnabledConfigs(<any> callback) RequesttestEmailDatasink(EmailDatasinkDto emailDatasinkDto, <any> callback)
-
Method Details
-
exportReportIntoDatasink
-
getStorageEnabledConfigs
void getStorageEnabledConfigs(<any> callback) -
testEmailDatasink
Request testEmailDatasink(EmailDatasinkDto emailDatasinkDto, <any> callback) -
getDefaultDatasink
void getDefaultDatasink(<any> callback) -
exportFileIntoDatasink
-