03-06-2008 08:44 AM
03-14-2008 12:01 PM
Reference nodeRef = new Reference(storeRef, nodeId, nodePath);
Predicate predicate = new Predicate(new Reference[]{nodeRef}, null, null);
CMLDelete delete = new CMLDelete(predicate);
CML cml = new CML();
cml.setDelete(new CMLDelete[]{delete});
repositoryService.update(cml);
03-17-2008 04:41 AM
04-09-2008 04:52 PM
04-09-2008 04:59 PM
04-10-2008 02:34 PM
04-10-2008 02:39 PM
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.