04-24-2013 07:39 PM
04-25-2013 11:10 PM
this.versionService = serviceRegistry.getVersionService();
Map<String, Serializable> versionProperties = new HashMap<String, Serializable>();
versionProperties.put(VersionModel.PROP_VERSION_TYPE, VersionType.MAJOR);
versionService.createVersion(node, versionProperties);
ContentWriter writer = contentService.getWriter(node, ContentModel.PROP_CONTENT, true);
Writer.setEncoding("UTF-8");
writer.setMimetype(MimetypeMap.MIMETYPE_PDF);
writer.putContent(new ByteArrayInputStream(file);
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.