cancel
Showing results for 
Search instead for 
Did you mean: 

Rename ChildAssociationRef

broeks
Champ in-the-making
Champ in-the-making
I'm creating nodes like this

ChildAssociationRef ref = this.nodeService.createNode(
                node,
                ContentModel.ASSOC_CONTAINS,
                folderQName,
                FOLDER_QNAME,
                props);

where folderQName becomes the name of the link.

I would like to be able to rename this property at a later time. How do I do this without deleting the link, and adding a new one? NodeService doesn't seem to have anything, nor does FileFolderService. They all seem to deal with nodeRefs.

But of course I could be wrong  Smiley Happy
1 REPLY 1

mrogers
Star Contributor
Star Contributor
NodeService.moveNode