11-19-2005 02:12 PM
11-28-2005 09:39 AM
UpdateResult[] result = repositoryService.update(cml);
contentService.write(result[0].getDestination(), bytes);
11-29-2005 06:22 AM
String mimeType = MimetypeMap.MIMETYPE_HTML;
NamedValue[] values = new NamedValue[]{new NamedValue(ContentModel.PROP_CONTENT.toString(), "contentUrl=|mimetype=" + mimeType + "|size=|encoding=UTF-8")};
CMLCreate create = new CMLCreate("id1", parentReference, <your content type, values);
…
UpdateResult[] result = repositoryService.update(cml);
contentService.write(result[0].getDestination(), bytes);
11-30-2005 03:46 AM
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.