12-21-2011 07:07 AM
CMLCopy copy = new CMLCopy();
copy.setTo(new ParentReference(STORE, "5fb05a96-587f-4c86-8a89-8be7d383de22", null,
Constants.ASSOC_CONTAINS, "Folder2"));
copy.setWhere(new Predicate(new Reference[]{new Reference(STORE, "b16b712a-2e94-4edf-abfc-1bd71e92a9ae", null)}, STORE, null));
copy.setChildren(true);
CML cml = new CML();
cml.setCopy(new CMLCopy[]{copy});
WebServiceFactory.getRepositoryService().update(cml);
01-27-2012 08:47 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.