| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.governanceprogram.api |
Governance Program OMAS Java API defined the means to maintain and query the definitions that make up the governance program.
|
| org.odpi.openmetadata.accessservices.governanceprogram.metadataelements |
The metadata elements describe metadata retrieved from the open metadata repositories.
|
| org.odpi.openmetadata.accessservices.governanceprogram.properties |
| Modifier and Type | Method and Description |
|---|---|
String |
GovernanceZonesInterface.createGovernanceZone(String userId,
GovernanceZoneProperties properties)
Create a definition of a governance zone.
|
void |
GovernanceZonesInterface.updateGovernanceZone(String userId,
String zoneGUID,
boolean isMergeUpdate,
GovernanceZoneProperties properties)
Update the definition of a zone.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceZoneProperties |
GovernanceZoneElement.getGovernanceZoneProperties()
Return the properties of the governance zone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceZoneElement.setGovernanceZoneProperties(GovernanceZoneProperties governanceZoneProperties)
Set up the properties of the governance zone.
|
| Constructor and Description |
|---|
GovernanceZoneProperties(GovernanceZoneProperties template)
Copy/clone constructor
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.