02-16-2010 12:59 PM
Map<QName, Serializable> props = new HashMap<QName, Serializable>(1);
props.put(ContentModel.PROP_NAME, "NIVEAU2");
NodeRef NIVEAU2 = this.getServiceRegistry().getNodeService().createNode(result, ContentModel.ASSOC_CONTAINS,
QName.createQName(FTModel.FT_MODEL_URI,"NIVEAU2"), ContentModel.TYPE_FOLDER, props).getChildRef();
02-16-2010 04:02 PM
NodeRef NIVEAU2 = this.getServiceRegistry().getNodeService().createNode(result, ContentModel.ASSOC_CONTAINS,
ContentModel.ASSOC_CHILDREN, ContentModel.TYPE_FOLDER, props).getChildRef();
02-17-2010 09:53 AM
02-17-2010 11:59 AM
02-18-2010 12:40 PM
NodeRef NIVEAU2 = this.getServiceRegistry().getNodeService().createNode(result, ContentModel.ASSOC_CONTAINS,
QName.createQName(NamespaceService.CONTENT_MODEL_1_0_URI, "NIVEAU2"), ContentModel.TYPE_FOLDER, props)
.getChildRef();
02-18-2010 01:01 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.