Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

You can rename individual resources or collections. To rename a resource, use the following lines of code. The same code can be used to rename a collection as well.

Code Block

registry.rename("/c1/c2/r1", "/c1/c2/r2");

The above line of code renames the resource "resource /c1/c2/r1" to "/c1/c2/r2".

See also Managing Entries or Content to learn how to do this from the Governance Registry Management Console.

Excerpt

hiddentrue
Instructions on how to rename resources/collections with API in Governance Registry. .