09-16-2009 11:10 AM
11-17-2009 01:33 PM
CMLCreate createOne = new CMLCreate("1", parentReferenceOne, null, null, null, Constants.TYPE_CONTENT, propertiesOne);
CMLCreate createTwo = new CMLCreate("2", parentReferenceTwo, null, null, null, Constants.TYPE_CONTENT, propertiesTwo);
CML cml = new CML();
cml.setCreate(new CMLCreate[]{createOne,createTwo});
UpdateResult[] result = WebServiceFactory.getRepositoryService().update(cml);
Hope this helps.
01-22-2010 01:59 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.