| Package | Description |
|---|---|
| org.activiti.cloud.services.common.util | |
| org.activiti.cloud.services.common.zip |
| Modifier and Type | Method and Description |
|---|---|
static FileContent |
HttpUtils.multipartToFileContent(org.springframework.web.multipart.MultipartFile file) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HttpUtils.writeFileToResponse(javax.servlet.http.HttpServletResponse response,
FileContent fileContent,
boolean attachment) |
| Modifier and Type | Method and Description |
|---|---|
FileContent |
ZipBuilder.toZipFileContent()
Build the zip content as
FileContent |
| Modifier and Type | Method and Description |
|---|---|
ZipBuilder |
ZipBuilder.appendFile(FileContent fileContent,
String... path)
Append a file to the zip content.
|
Copyright © 2017–2018 Alfresco. All rights reserved.