02-16-2015 02:56 AM
if(assocQName.getLocalName().length() > QName.MAX_LENGTH) {
throw new IllegalArgumentException("Localname is too long. Length of " +
assocQName.getLocalName().length() + " exceeds the maximum of " + QName.MAX_LENGTH);
}
02-16-2015 04:28 AM
FileInfo fileInfo = getFileFolderService().create(parentNodeRef,"someName", ContentModel.TYPE_CONTENT);
02-18-2015 11:34 AM
nodeRef = getNodeService().createNode(
parent,
ContentModel.ASSOC_CONTAINS,
QName.createQName(NamespaceService.CONTENT_MODEL_1_0_URI, name),
type,
properties).getChildRef();
Map<QName, Serializable>
02-16-2015 08:50 AM
02-19-2015 03:05 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.