X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.fileimport%2Fscl%2FDropins%2FCore.scl;h=7fdcefebc84f91b42b463aa0269cb1a7145924e7;hp=410bda1375d62c0b49e065e4e5b91fa356840314;hb=b809a171b6dfb81ed9ef9e84870dcbcbc5912f0e;hpb=0e8cf1e1708870e179330c2f9af2d03589d553ab diff --git a/bundles/org.simantics.fileimport/scl/Dropins/Core.scl b/bundles/org.simantics.fileimport/scl/Dropins/Core.scl index 410bda137..7fdcefebc 100644 --- a/bundles/org.simantics.fileimport/scl/Dropins/Core.scl +++ b/bundles/org.simantics.fileimport/scl/Dropins/Core.scl @@ -1,6 +1,8 @@ import "MMap" as MMap importJava "org.simantics.fileimport.scl.DropinsSCL" where + watchDropinsFolder :: () -> () + unwatchDropinsFolder :: () -> () uploadToDropinsBase64 :: String -> String -> () getUploadedFiles :: () -> MMap.T String Long removeFileForId :: Long -> ()