Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If a resource needs to be created with content from any given URL, the following line of code can be used to add a resource from a given URL to a suggested location. The real location to which the resource was added is returned. The template_resource should contain metadata of the resource that a user wants to add.

Code Block

String real_location = registry.importResource("c1/c2/r3", "http://wso2.com", template_resource);

Note: metadata of the resource is defined as the properties of the resource, media type of the resource, last updates time of the resource, etc.

See also Governance Artifacts to learn more information about this feature in Governance Registry.

Excerpt
hiddentrue

Instructions on how to create a resource from a given URL with API in Governance Registry.