08-19-2014 03:11 PM
08-20-2014 02:43 AM
Map<QName, Serializable> props = new HashMap<QName, Serializable>();
props.put(ContentModel.PROP_NAME, "an link node");
props.put(ContentModel.PROP_LINK_DESTINATION, folder red);
// create File Link node
ChildAssociationRef childRef = nodeService.createNode(
parentRef,
ContentModel.ASSOC_CONTAINS,
QName.createQName(namespaceuri, "an link node"),
ApplicationModel.TYPE_FOLDERLINK,
props);
08-27-2014 10:01 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.