| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.governanceprogram.properties |
| Modifier and Type | Method and Description |
|---|---|
List<GovernanceRelationship> |
GovernanceControl.getGovernanceControls()
Return the governance controls that have been linked to this governance driver.
|
List<GovernanceRelationship> |
GovernancePolicy.getGovernanceControls()
Return the governance controls that have been linked to this governance driver.
|
List<GovernanceRelationship> |
GovernancePolicy.getGovernanceDrivers()
Return the list of governance drivers that are requirements for this governance policy.
|
List<GovernanceRelationship> |
GovernanceDriver.getGovernancePolicies()
Return the governance policies that have been linked to this governance driver.
|
List<GovernanceRelationship> |
GovernanceControl.getRelatedGovernanceDrivers()
Return the list of governance drivers that are related to this governance driver.
|
List<GovernanceRelationship> |
GovernanceDriver.getRelatedGovernanceDrivers()
Return the list of governance drivers that are related to this governance driver.
|
List<GovernanceRelationship> |
GovernancePolicy.getRelatedGovernancePolicies()
Return the list of governance policies that are related to this governance policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceControl.setGovernanceControls(List<GovernanceRelationship> governanceControls)
Set up the governance controls that have been linked to this governance driver.
|
void |
GovernancePolicy.setGovernanceControls(List<GovernanceRelationship> governanceControls)
Set up the governance controls that have been linked to this governance driver.
|
void |
GovernancePolicy.setGovernanceDrivers(List<GovernanceRelationship> governanceDrivers)
Set up the list of governance drivers that are requirements for this governance policy.
|
void |
GovernanceDriver.setGovernancePolicies(List<GovernanceRelationship> governancePolicies)
Set up the governance policies that have been linked to this governance driver.
|
void |
GovernanceControl.setRelatedGovernanceDrivers(List<GovernanceRelationship> relatedGovernanceDrivers)
Set up the list of governance drivers that are related to this governance driver.
|
void |
GovernanceDriver.setRelatedGovernanceDrivers(List<GovernanceRelationship> relatedGovernanceDrivers)
Set up the list of governance drivers that are related to this governance driver.
|
void |
GovernancePolicy.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 © 2017–2018 ODPi. All rights reserved.