Class FileServerDao
java.lang.Object
net.datenwerke.gxtdto.client.dtomanager.Dao
net.datenwerke.rs.fileserver.client.fileserver.FileServerDao
-
Constructor Summary
ConstructorsConstructorDescriptionFileServerDao(FileServerRpcServiceAsync rpcService, DotRpcServiceAsync dotRpcService, MarkdownRpcServiceAsync mdRpcService) -
Method Summary
Modifier and TypeMethodDescriptionvoidloadDotAsSVG(FileServerFileDto file, <any> callback) voidloadFileDataAsString(FileServerFileDto file, <any> callback) voidloadMarkdownAsHtml(FileServerFileDto file, <any> callback) voidupdateFile(FileServerFileDto file, String data, <any> callback) voiduploadAndExtract(FileServerFolderDto folder, FileToUpload fileToUpload, <any> callback) voiduploadFiles(FileServerFolderDto folder, List<FileToUpload> files, <any> callback) Methods inherited from class net.datenwerke.gxtdto.client.dtomanager.Dao
detachDto, detachDtos, registerDto, registerDtoContainer, registerDtoContainer, registerDtos
-
Constructor Details
-
FileServerDao
public FileServerDao(FileServerRpcServiceAsync rpcService, DotRpcServiceAsync dotRpcService, MarkdownRpcServiceAsync mdRpcService)
-
-
Method Details
-
updateFile
-
loadFileDataAsString
public void loadFileDataAsString(FileServerFileDto file, <any> callback) -
uploadFiles
-
uploadAndExtract
-
loadDotAsSVG
public void loadDotAsSVG(FileServerFileDto file, <any> callback) -
loadMarkdownAsHtml
public void loadMarkdownAsHtml(FileServerFileDto file, <any> callback)
-