mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Fixed name issues on children of copied nodes
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3680 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -59,6 +59,11 @@ public interface CopyService
|
||||
* not copied.
|
||||
* <p>
|
||||
* Source association are not copied.
|
||||
* <p>
|
||||
* <b>NOTE:</b> The top-level node has it's <b>cm:name</b> property removed for
|
||||
* associations that do not allow duplicately named children in order
|
||||
* to prevent any chance of a duplicate name clash. Reassign the
|
||||
* <b>cm:name</b> property and catch the {@link DuplicateChildNodeNameException}.
|
||||
*
|
||||
* @param sourceNodeRef the node reference used as the source of the copy
|
||||
* @param destinationParent the intended parent of the new node
|
||||
|
Reference in New Issue
Block a user