Info | ||
---|---|---|
| ||
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.
...
Code Block |
---|
GovernanceArtifact[] dependents = artifact.getDependents(); GovernanceArtifact[] dependencies = artifact.getDependencies(); |
See also Configurable Governance Artifacts (RXT) and Governance Artifacts.
Excerpt | ||
---|---|---|
| ||
Instructions on how to access Registry extensions using Governance API. |