Class ScriptDatasinkDao
java.lang.Object
net.datenwerke.gxtdto.client.dtomanager.Dao
net.datenwerke.rs.scriptdatasink.client.scriptdatasink.ScriptDatasinkDao
- All Implemented Interfaces:
HasDefaultDatasink
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexportFileIntoDatasink(AbstractFileServerNodeDto file, DatasinkDefinitionDto datasinkDto, String name, boolean compressed, <any> callback) voidexportReportIntoDatasink(ReportDto reportDto, String executorToken, DatasinkDefinitionDto datasinkDto, String format, List<ReportExecutionConfigDto> configs, String name, boolean compressed, <any> callback) voidgetDefaultDatasink(<any> callback) voidgetStorageEnabledConfigs(<any> callback) RequesttestScriptDatasink(ScriptDatasinkDto scriptDatasinkDto, <any> callback) Methods inherited from class net.datenwerke.gxtdto.client.dtomanager.Dao
detachDto, detachDtos, registerDto, registerDtoContainer, registerDtoContainer, registerDtos
-
Constructor Details
-
ScriptDatasinkDao
-
-
Method Details
-
exportReportIntoDatasink
-
exportFileIntoDatasink
public void exportFileIntoDatasink(AbstractFileServerNodeDto file, DatasinkDefinitionDto datasinkDto, String name, boolean compressed, <any> callback) -
getStorageEnabledConfigs
public void getStorageEnabledConfigs(<any> callback) -
testScriptDatasink
public Request testScriptDatasink(ScriptDatasinkDto scriptDatasinkDto, <any> callback) -
getDefaultDatasink
public void getDefaultDatasink(<any> callback) - Specified by:
getDefaultDatasinkin interfaceHasDefaultDatasink
-