Versions Compared

Key

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

...

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.

...