11-04-2008 08:33 AM
11-12-2008 11:46 AM
CMLCopy copy = new CMLCopy();
copy.setTo(new ParentReference(STORE, espacio.getUUID(), espacio.getPath(), Constants.ASSOC_CONTAINS, UtilidadesNamespace.getQNameContentModel(espacio.getNombre())));
copy.setWhere(new Predicate(new Reference[]{new Reference(STORE, documento.getUUID(), documento.getPath())}, STORE, null));
copy.setChildren(true);
CML cml = new CML();
cml.setCopy(new CMLCopy[]{copy});
UpdateResult[] ur = WebServiceFactory.getRepositoryService().update(cml);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.