Moving a Resource
If a resource needs to be moved, the following code can be used:
registry.move("c1/c2/r3", "c1/c2/r4");
Copying a Resource
If a resource needs to be copied, the following code can be used:
registry.copy("c1/c2/r3", "c1/c2/r4");
See also Managing Entries or Content to learn how to do this from the Governance Registry Management Console.