| 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 |
GovernanceDomainInterface.createGovernanceDomainSet(String userId,
GovernanceDomainSetProperties governanceDomainSetProperties)
Create a new metadata element to represent the root of a Governance Domain Set.
|
void |
GovernanceDomainInterface.updateGovernanceDomainSet(String userId,
String governanceDomainSetGUID,
GovernanceDomainSetProperties governanceDomainSetProperties)
Update the metadata element representing a Governance Domain Set.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceDomainSetProperties |
GovernanceDomainSetElement.getProperties()
Return the properties of the governance domain set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GovernanceDomainSetElement.setProperties(GovernanceDomainSetProperties properties)
Set up the properties of the governance domain set.
|
| Constructor and Description |
|---|
GovernanceDomainSetProperties(GovernanceDomainSetProperties template)
Copy/clone constructor
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.