11-19-2014 03:39 AM
getNodeService().setProperty(nodeRef, QName.createQName("http://www.alfresco.org/model/content/1.0", "name"), "012345");
getFileFolderService().getFileInfo(nodeRef).getName()
getNodeService().getPath(nodeRef)
11-19-2014 04:30 AM
11-19-2014 06:24 AM
getFileFolderService().rename(nodeRef, name);
with the new name, but the result is the same. The name of the node is changed (getFileInfo(nodeRef).getName() returns me the new name), but the getPath returns me the old name… (
11-24-2014 07:03 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.