| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.governanceprogram.properties |
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceRelationship> |
GovernancePolicyProperties.getGovernanceControls()
Return the governance controls that have been linked to this governance driver.
|
List<GovernanceRelationship> |
GovernanceControlProperties.getGovernanceControls()
Return the governance controls that have been linked to this governance driver.
|
List<GovernanceRelationship> |
GovernancePolicyProperties.getGovernanceDrivers()
Return the list of governance drivers that are requirements for this governance policy.
|
List<GovernanceRelationship> |
GovernanceDriverProperties.getGovernancePolicies()
Return the governance policies that have been linked to this governance driver.
|
List<GovernanceRelationship> |
GovernanceDriverProperties.getRelatedGovernanceDrivers()
Return the list of governance drivers that are related to this governance driver.
|
List<GovernanceRelationship> |
GovernanceControlProperties.getRelatedGovernanceDrivers()
Return the list of governance drivers that are related to this governance driver.
|
List<GovernanceRelationship> |
GovernancePolicyProperties.getRelatedGovernancePolicies()
Return the list of governance policies that are related to this governance policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernancePolicyProperties.setGovernanceControls(List<GovernanceRelationship> governanceControls)
Set up the governance controls that have been linked to this governance driver.
|
void |
GovernanceControlProperties.setGovernanceControls(List<GovernanceRelationship> governanceControls)
Set up the governance controls that have been linked to this governance driver.
|
void |
GovernancePolicyProperties.setGovernanceDrivers(List<GovernanceRelationship> governanceDrivers)
Set up the list of governance drivers that are requirements for this governance policy.
|
void |
GovernanceDriverProperties.setGovernancePolicies(List<GovernanceRelationship> governancePolicies)
Set up the governance policies that have been linked to this governance driver.
|
void |
GovernanceDriverProperties.setRelatedGovernanceDrivers(List<GovernanceRelationship> relatedGovernanceDrivers)
Set up the list of governance drivers that are related to this governance driver.
|
void |
GovernanceControlProperties.setRelatedGovernanceDrivers(List<GovernanceRelationship> relatedGovernanceDrivers)
Set up the list of governance drivers that are related to this governance driver.
|
void |
GovernancePolicyProperties.setRelatedGovernancePolicies(List<GovernanceRelationship> relatedGovernancePolicies)
Set up the list of governance policies that are related to this governance policy.
|
| Constructor and Description |
|---|
GovernanceRelationship(GovernanceRelationship template)
Copy/clone Constructor - the resulting object.
|
Copyright © 2018–2020 ODPi. All rights reserved.