Versions Compared

Key

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

Please follow the documentation on how to create a client-side connection to use the Governance API before following these examples.

Follow the instructions below to learn how to access Registry extensions using Governance API.

...

Info
titleNote

Please note that you need to invoke the following method before using the Governance API for generic artifacts.

GovernanceUtils.loadGovernanceArtifacts((UserRegistry) registry);

method before using the Governance API for generic artifacts.

Update an Artifact

To make further changes to a Artifact which already in the Registry you can use the updateGenericArtifact() method.

...

Code Block
GovernanceArtifact[] dependents = artifact.getDependents();
GovernanceArtifact[] dependencies = artifact.getDependencies();

See also Configurable Governance Artifacts (RXT) and Governance Artifacts.

Excerpt
hiddentrue

Instructions on how to access Registry extensions using Governance API.