03-18-2009 08:13 AM
03-22-2019 03:52 PM
private File getZipAsFile(String nodeRef) {
NodeRef node = new NodeRef(nodeRef);
ContentReader reader = this.contentService.getReader(node, ContentModel.PROP_CONTENT);
File sourceFile = TempFileProvider.createTempFile(getClass().getSimpleName() + "_source_", ".zip");
reader.getContent(sourceFile);
return sourceFile;
}
You can change the extension file to whatever you need.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.