public class SambaDao extends Dao implements HasDefaultDatasink
Constructor and Description |
---|
SambaDao(SambaRpcServiceAsync rpcService) |
Modifier and Type | Method and Description |
---|---|
void |
exportFileIntoDatasink(AbstractFileServerNodeDto file,
DatasinkDefinitionDto datasinkDto,
java.lang.String name,
java.lang.String folder,
boolean compressed,
<any> callback) |
void |
exportReportIntoDatasink(ReportDto reportDto,
java.lang.String executorToken,
DatasinkDefinitionDto datasinkDto,
java.lang.String format,
java.util.List<ReportExecutionConfigDto> configs,
java.lang.String name,
java.lang.String folder,
boolean compressed,
<any> callback) |
void |
getDefaultDatasink(<any> callback) |
void |
getSambaEnabledConfigs(<any> callback) |
Request |
testSambaDatasink(SambaDatasinkDto sambaDatasinkDto,
<any> callback) |
detachDto, detachDtos, registerDto, registerDtoContainer, registerDtoContainer, registerDtos
public SambaDao(SambaRpcServiceAsync rpcService)
public void exportReportIntoDatasink(ReportDto reportDto, java.lang.String executorToken, DatasinkDefinitionDto datasinkDto, java.lang.String format, java.util.List<ReportExecutionConfigDto> configs, java.lang.String name, java.lang.String folder, boolean compressed, <any> callback)
public void exportFileIntoDatasink(AbstractFileServerNodeDto file, DatasinkDefinitionDto datasinkDto, java.lang.String name, java.lang.String folder, boolean compressed, <any> callback)
public void getSambaEnabledConfigs(<any> callback)
public Request testSambaDatasink(SambaDatasinkDto sambaDatasinkDto, <any> callback)
public void getDefaultDatasink(<any> callback)
getDefaultDatasink
in interface HasDefaultDatasink