Package | Description |
---|---|
net.datenwerke.gf.service.tempfile |
Modifier and Type | Method and Description |
---|---|
TempFile |
TempFileService.createWebAccessibleTempFile(java.lang.String id,
User... permittedUsers)
Creates a web-accessible temporary file which can be retrieved by the given
id.
|
TempFile |
TempFileServiceImpl.createWebAccessibleTempFile(java.lang.String id,
User... permittedUsers) |
TempFile |
TempFileService.createWebAccessibleTempFile(User... permittedUsers)
Creates a temporary file which can be retrieved by the returned identifier
(
getWebId() ) using the TempFileServlet . |
TempFile |
TempFileServiceImpl.createWebAccessibleTempFile(User... permittedUsers) |
TempFile |
TempFileService.getTempFileById(java.lang.String id)
Given an identifier (web-id), retrieves the corresponding temporary file.
|
TempFile |
TempFileServiceImpl.getTempFileById(java.lang.String id) |