| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.governanceprogram.metadataelements |
The metadata elements describe metadata retrieved from the open metadata repositories.
|
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceDelegation> |
GovernanceDefinitionGraph.getChildren()
Return the governance definitions that support this governance definition.
|
List<GovernanceDelegation> |
GovernanceDefinitionGraph.getMetrics()
Return the governance metrics that measure this governance definition.
|
List<GovernanceDelegation> |
GovernanceDefinitionGraph.getParents()
Return the list of governance definitions that are requirements for this governance definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceDefinitionGraph.setChildren(List<GovernanceDelegation> children)
Set up the governance definitions that support this governance definition.
|
void |
GovernanceDefinitionGraph.setMetrics(List<GovernanceDelegation> metrics)
Set up the governance metrics that measure this governance definition.
|
void |
GovernanceDefinitionGraph.setParents(List<GovernanceDelegation> parents)
Set up the list of governance definition that are requirements for this governance definition.
|
| Constructor and Description |
|---|
GovernanceDelegation(GovernanceDelegation template)
Copy/clone Constructor - the resulting object.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.