Uses of Class
net.datenwerke.gf.service.tempfile.TempFile
Packages that use TempFile
-
Uses of TempFile in net.datenwerke.gf.service.tempfile
Methods in net.datenwerke.gf.service.tempfile that return TempFileModifier and TypeMethodDescriptionTempFileService.createWebAccessibleTempFile(String id, User... permittedUsers) Creates a web-accessible temporary file which can be retrieved by the given id.TempFileService.createWebAccessibleTempFile(User... permittedUsers) Creates a temporary file which can be retrieved by the returned identifier (getWebId()) using theTempFileServlet.TempFileServiceImpl.createWebAccessibleTempFile(String id, User... permittedUsers) TempFileServiceImpl.createWebAccessibleTempFile(User... permittedUsers) TempFileService.getTempFileById(String id) Given an identifier (web-id), retrieves the corresponding temporary file.TempFileServiceImpl.getTempFileById(String id)